Skip to content

Commit

Permalink
Revert "Increase ops per run for the stale workload"
Browse files Browse the repository at this point in the history
This reverts commit 614c403.
  • Loading branch information
bruth committed Jul 18, 2023
1 parent 3983b87 commit cee580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/stale@v8
with:
debug-only: true # Set until the behavior is tuned.
operations-per-run: 250
days-before-stale: 56 # Mark stale after 8 weeks (56 days) of inactivity
days-before-close: -1 # Disable auto-closing
exempt-all-milestones: true # Any issue/PR within a milestone will be omitted
#exempt-assigness: "foo,bar" # Exempt issues/PRs assigned to particular users

0 comments on commit cee580d

Please sign in to comment.