mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 12:29:35 +01:00
increase operation-per-run for stale issues
This commit is contained in:
parent
5039349d57
commit
50b3ad81e2
1
.github/workflows/stale-issues.yml
vendored
1
.github/workflows/stale-issues.yml
vendored
@ -19,4 +19,5 @@ jobs:
|
|||||||
close-issue-message: 'This issue was closed because it has been inactive for 7 days since being marked as stale.'
|
close-issue-message: 'This issue was closed because it has been inactive for 7 days since being marked as stale.'
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
|
operations-per-run: 500
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user