Skip to content

Commit 69c6eb2

Browse files
authored
ci: Add exempt-pr-label to stale action (#281)
1 parent 0fedfea commit 69c6eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
stale-pr-message: ':wave: Hi! This pull request has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
1818
stale-issue-label: 'stale'
1919
exempt-issue-label: 'keep-open'
20+
exempt-pr-label: 'keep-open'
2021
stale-pr-label: 'stale'
2122
days-before-stale: 30
2223
days-before-close: 7

0 commit comments

Comments
 (0)