Skip to content

Commit 272e6a9

Browse files
committed
[no-relnote] Bump total operations allowed for stale GH action
As currently configured, the stale GitHub action is not able to process all of our open issues / PRs. This commit bumps the total GitHub API calls the GitHub action can take so that it can process more issues per run. This commit also allows one to manually invoke the stale GitHub workflow. Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
1 parent b71aa7b commit 272e6a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Stale issues and pull requests
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "21 4 * * *"
67

@@ -26,4 +27,4 @@ jobs:
2627
days-before-issue-close: 30
2728
days-before-pr-close: 30
2829
remove-stale-when-updated: true
29-
operations-per-run: 300
30+
operations-per-run: 1000

0 commit comments

Comments
 (0)