Skip to content

Commit 5d53557

Browse files
authored
Add exempt-pr-labels to stale action
1 parent 0566496 commit 5d53557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close-stale-issues-and-prs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/stale@v10
1414
with:
1515
exempt-issue-labels: do-not-stale,enhancement
16+
exempt-pr-labels: do-not-stale
1617
days-before-stale: 30
1718
days-before-close: 14
1819
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. It will be closed in 14 days if there is no activity."

0 commit comments

Comments
 (0)