Skip to content

Commit 086a1e0

Browse files
authored
bump api limit on action (argoproj#2445)
Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
1 parent 2e20c93 commit 086a1e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/stale-issues-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/stale@v6
1717
with:
18+
operations-per-run: 250
1819
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'
1920
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity.'
2021
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'

.github/workflows/waiting-issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/stale@v6
1717
with:
18+
operations-per-run: 250
1819
stale-issue-message: 'This issue is stale because it has awaiting-response label for 5 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
1920
stale-pr-message: 'This PR is stale because it has awaiting-response label for 10 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
2021
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity and has the awaiting-response label.'

0 commit comments

Comments
 (0)