Skip to content

Commit

Permalink
increased operation limit on bot as quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snehara99 committed Oct 19, 2023
1 parent b1ea359 commit e9ed25b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/close-old-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
exempt-issue-labels: ${{ env.stale-exempt-label }}
days-before-pr-stale: -1
days-before-pr-close: -1
only-labels: stale-test
days-before-stale: ${{ env.stale-days }}
stale-issue-message: "This issue is now marked as '${{ env.stale-label }}' due to there being no activity on it for the past ${{ env.stale-days }} days. Unless the '${{ env.stale-label }}' label is removed or the issue is commented on, this will be remain open for at least 14 days and then it may be closed. If you would like to make this issue exempt from getting stale, please add the '${{ env.stale-exempt-label }}' label."
days-before-close: ${{ env.close-days }}
close-issue-message: "This issue is now closed due to there being no activity on it for the past ${{ env.close-days }} days since being marked as '${{ env.stale-label }}'."
operations-per-run: 200
operations-per-run: 300

0 comments on commit e9ed25b

Please sign in to comment.