Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e4c7fc

Browse files
ci(stale): increaseoperations-per-run to 500
The default value is 30 and it is not able to process all theissues/PRs. In fact it is failing to make progress. Each day itprocesses the same issues/PRs and then stops. It doesn't reach theother issues/Prs.Increase to 500, the GitLab limit is actually 3000.
1 parent7645e5b commit8e4c7fc

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)

[8]ページ先頭

©2009-2025 Movatter.jp