Skip to content

Commit c339e65

Browse files
authored
fix stale bot (#191)
1 parent 358078c commit c339e65

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
stale-pr-message: "This pull request has been automatically marked as stale because it has not had
1414
recent activity. It will be closed if no further activity occurs. Thank you
1515
for your contributions."
16-
days-before-stale: 10
17-
days-before-close: 4
18-
exempt-pr-labels: "S:wip"
16+
days-before-stale: -1
17+
days-before-close: -1
18+
days-before-pr-stale: 20
19+
days-before-pr-close: 10
20+
exempt-pr-labels: "pinned, security, proposal, blocked"

0 commit comments

Comments
 (0)