Skip to content

Commit bd263b9

Browse files
authored
adding exception for major releases
1 parent 2721a7d commit bd263b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
stale-issue-label: 'no-issue-activity'
1919
stale-pr-label: 'no-pr-activity'
2020
exempt-issue-labels: 'awaiting-approval,work-in-progress,pinned,security'
21-
exempt-pr-labels: 'awaiting-approval,work-in-progress'
21+
exempt-pr-labels: 'awaiting-approval,work-in-progress,requires-major-increase'
2222
ascending: true

0 commit comments

Comments
 (0)