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 358078c commit c339e65Copy full SHA for c339e65
.github/workflows/stale.yml
@@ -13,6 +13,8 @@ jobs:
13
stale-pr-message: "This pull request has been automatically marked as stale because it has not had
14
recent activity. It will be closed if no further activity occurs. Thank you
15
for your contributions."
16
- days-before-stale: 10
17
- days-before-close: 4
18
- exempt-pr-labels: "S:wip"
+ days-before-stale: -1
+ days-before-close: -1
+ days-before-pr-stale: 20
19
+ days-before-pr-close: 10
20
+ exempt-pr-labels: "pinned, security, proposal, blocked"
0 commit comments