Skip to content

Commit 41b37e5

Browse files
authored
stale action: Don't close Issues and increase number of operations-per-run (#813)
* stale action: Don't close Issues and increase number of operations per run * -pr-
1 parent 97b8cff commit 41b37e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2626
with:
27-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
2827
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
29-
days-before-stale: 30
30-
days-before-close: 7
28+
days-before-pr-stale: 30
29+
days-before-pr-close: 7
30+
operations-per-run: 100
3131

3232
permissions:
3333
actions: write

0 commit comments

Comments
 (0)