Skip to content

Commit 26661e2

Browse files
authored
chore(stale-action): leave PRs with Pinned label alone
1 parent 63bf909 commit 26661e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/close-stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
days-before-pr-close: 30
2626
exempt-all-milestones: true
2727
exempt-issue-labels: Pinned
28+
exempt-pr-labels: Pinned
2829
exempt-draft-pr: true
2930
operations-per-run: 1750
3031
stale-legacy:
@@ -43,4 +44,5 @@ jobs:
4344
days-before-pr-close: 30
4445
exempt-all-milestones: true
4546
exempt-issue-labels: Pinned
47+
exempt-pr-labels: Pinned
4648
operations-per-run: 1750

0 commit comments

Comments
 (0)