Skip to content

Commit

Permalink
Set Stale Action debug to false, increase operations-per-run (#10455)
Browse files Browse the repository at this point in the history
* Set Stale Action debug to false

* Update operations-per-run from 100 to 500
  • Loading branch information
bignimbus authored Jan 19, 2023
1 parent 00cf63f commit 8f79bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# only-pr-labels: # optional, default is

# The maximum number of operations per run, used to control rate limiting (GitHub API CRUD related).
operations-per-run: 100 # optional, default is 30
operations-per-run: 500 # optional, default is 30

# Remove stale labels from issues and pull requests when they are updated or commented on.
remove-stale-when-updated: false
Expand All @@ -123,7 +123,7 @@ jobs:
remove-pr-stale-when-updated: false

# Run the processor in debug mode without actually performing any operations on live issues.
debug-only: true
debug-only: false

# # The order to get issues or pull requests. Defaults to false, which is descending.
# ascending: # optional, default is false
Expand Down

0 comments on commit 8f79bb2

Please sign in to comment.