We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f881f8 commit 7025537Copy full SHA for 7025537
.github/workflows/close_stale.yml
@@ -53,4 +53,7 @@ jobs:
53
# Auto-remove stale has conflicts with existing approve label workflows
54
# and will result in Stale label missing.
55
remove-pr-stale-when-updated: false
56
- remove-issue-stale-when-updated: false
+ 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