Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c075e2

Browse files
committed
GitHub: inactive label reword [skip ci]
1 parent f2a10d1 commit 3c075e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/stale@v7
1111
with:
12-
operations-per-run: 5
12+
operations-per-run: 30
1313
stale-pr-message: 'Since this Pull Request has not been updated in 60 days, it has been marked "inactive." This does not mean that it will be closed, though it may be moved to a "Draft" state. This helps maintainers prioritize their reviewing efforts. You can pick the PR back up anytime - please ping us if you need a review or guidance to move the PR forward! If you do not plan on continuing the work, please let us know so that we can either find someone to take the PR over, or close it.'
1414
stale-pr-label: 'inactive'
1515
days-before-pr-stale: 60
@@ -18,3 +18,6 @@ jobs:
1818
stale-issue-label: 'inactive'
1919
days-before-issue-stale: 365
2020
days-before-issue-close: 30
21+
ascending: true
22+
exempt-issue-labels: keep
23+
exempt-pr-label: keep

0 commit comments

Comments
 (0)