Skip to content

Commit

Permalink
Merge pull request hashicorp#40087 from hashicorp/w-increase-stale-op…
Browse files Browse the repository at this point in the history
…erations

Increase operation count of stale workflow
  • Loading branch information
justinretzolk authored Nov 11, 2024
2 parents c3f1a7a + 94c4f5b commit ab4ba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
days-before-close: 30
exempt-issue-labels: 'needs-triage'
exempt-pr-labels: 'needs-triage'
operations-per-run: 150
operations-per-run: 200
stale-issue-label: 'stale'
stale-issue-message: |
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
Expand Down

0 comments on commit ab4ba73

Please sign in to comment.