Skip to content

Commit 7025537

Browse files
authored
[build][hotfix] Allow pinning issues & PRs that never decay
This closes #3816
1 parent 4f881f8 commit 7025537

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/close_stale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,7 @@ jobs:
5353
# Auto-remove stale has conflicts with existing approve label workflows
5454
# and will result in Stale label missing.
5555
remove-pr-stale-when-updated: false
56-
remove-issue-stale-when-updated: false
56+
remove-issue-stale-when-updated: false
57+
# Allow pinning issues and PRs that is not meant to be closed automatically
58+
exempt-issue-labels: "pinned"
59+
exempt-pr-labels: "pinned"

0 commit comments

Comments
 (0)