Skip to content

Commit fea3293

Browse files
ci(stale): increase operations-per-run to 500
The default value is 30 and it is not able to process all the issues/PRs. In fact it is failing to make progress. Each day it processes the same issues/PRs and then stops. It doesn't reach the other issues/Prs. Increase to 500, the GitLab limit is actually 3000.
1 parent 007c170 commit fea3293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/stale@v9.1.0
1919
with:
20+
operations-per-run: 500
2021
stale-issue-label: "stale"
2122
stale-pr-label: "stale"
2223

0 commit comments

Comments
 (0)