Skip to content

Commit b531616

Browse files
authored
Update stale.yml
1 parent 2cdbd7f commit b531616

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
permissions:
77
issues: write
88
pull-requests: write
9-
exempt-issue-labels:
10-
- bug
11-
- enhancement
12-
exempt-pr-labels:
13-
- bug
14-
- enhancement
159
jobs:
1610
stale:
1711
runs-on: ubuntu-latest
@@ -23,3 +17,5 @@ jobs:
2317
stale-pr-message: 'This PR is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days'
2418
days-before-stale: 15
2519
days-before-close: 30
20+
exempt-issue-labels: 'bug,enhancement'
21+
exempt-pr-labels: 'bug,enhancement'

0 commit comments

Comments
 (0)