Skip to content

Commit db214f4

Browse files
committed
ci: stale: be more agressive
- 30 days instead of 60 - Give 1 week instead of 2 - No label exemption, also delete unused issue labels (NCS does not have issues) Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 3804a4e commit db214f4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
- uses: actions/stale@v9
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
13-
stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
14-
stale-issue-message: 'This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.'
15-
days-before-stale: 60
16-
days-before-close: 14
13+
stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.'
14+
stale-issue-message: 'This issue has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 7 days. Note, that you can always re-open a closed issue at any time.'
15+
days-before-stale: 30
16+
days-before-close: 7
1717
stale-issue-label: 'Stale'
1818
stale-pr-label: 'Stale'
19-
exempt-pr-labels: 'In progress,RFC'
20-
exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta'

0 commit comments

Comments
 (0)