https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b60408c9f15f36c53871ee...
commit b60408c9f15f36c53871ee0bd2308a05176dbc1f Author: Mark Jansen mark.jansen@reactos.org AuthorDate: Sat Jun 4 20:35:01 2022 +0200 Commit: GitHub noreply@github.com CommitDate: Sat Jun 4 20:35:01 2022 +0200
[CI] Increase operations-per-run for the stale script --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a243274f9f8..5ffbec47d18 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,4 @@ jobs: stale-pr-message: 'This PR is stale because it received no updates in the last 4 months. Without removing the stale label, or commenting on this ticket it will be closed in 2 weeks.' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' - operations-per-run: 50 + operations-per-run: 100