Skip to content

Commit 63feb81

Browse files
victorhorazimmerle
authored andcommitted
Add support to 'nostale' for GitHub Actions
1 parent e50e43e commit 63feb81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
1515
stale-issue-label: 'stale'
1616
stale-pr-label: 'stale'
17+
exempt-issue-label: 'nostale'
1718
days-before-stale: 30
1819
days-before-close: 5

0 commit comments

Comments
 (0)