[build][hotfix] Allow pinning issues & PRs that never decay

This closes #3816
pull/3822/head
yuxiqian 1 month ago committed by GitHub
parent 4f881f82d4
commit 702553736c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,4 +53,7 @@ jobs:
# Auto-remove stale has conflicts with existing approve label workflows
# and will result in Stale label missing.
remove-pr-stale-when-updated: false
remove-issue-stale-when-updated: false
remove-issue-stale-when-updated: false
# Allow pinning issues and PRs that is not meant to be closed automatically
exempt-issue-labels: "pinned"
exempt-pr-labels: "pinned"
Loading…
Cancel
Save