Skip to content

Commit 4e69d6c

Browse files
traskmznet
authored andcommitted
Increase operations-per-run for stale action (#14868)
1 parent b7a706f commit 4e69d6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/issue-management-stale-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
stale-pr-message: >
3535
This PR has been labeled as stale due to lack of activity and needing author feedback.
3636
It will be automatically closed if there is no further activity over the next 7 days.
37+
operations-per-run: 1000
3738

3839
# Action #2: Close old enhancement requests
3940
# - Targets: Issues with "enhancement" label (but NOT "needs author feedback")
@@ -52,6 +53,7 @@ jobs:
5253
close-issue-message: >
5354
Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog.
5455
Anyone who would like to work on it is still welcome to do so, and we can re-open it at that time.
56+
operations-per-run: 1000
5557

5658
# Action #3: Handle stale PRs
5759
# - After 180 days inactive: Adds "stale" label + warning comment
@@ -67,3 +69,4 @@ jobs:
6769
This PR has been labeled as stale due to lack of activity.
6870
It will be automatically closed if there is no further activity over the next 14 days.
6971
exempt-draft-pr: false
72+
operations-per-run: 1000

0 commit comments

Comments
 (0)