Skip to content

Commit 63d0cb1

Browse files
authored
chore: do not mark issues as 'stale' if they are already marked 'valid'
1 parent c84652d commit 63d0cb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ jobs:
3838
with:
3939
# default is 60
4040
days-before-stale: 90
41+
exempt-issue-labels: valid
42+
exempt-pr-labels: valid

0 commit comments

Comments
 (0)