Skip to content

Commit 21ec695

Browse files
committed
use stalebot with PR also
1 parent ee32070 commit 21ec695

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
@@ -11,8 +11,10 @@ jobs:
1111
with:
1212
stale-issue-message: "Hi there! Thank you for opening this issue, but it has been marked as `stale` because we need more information to move forward. Could you please provide us with the requested reproduction or additional information that could help us better understand the problem? We'd love to resolve this issue, but we can't do it without your help!"
1313
close-issue-message: "I'm afraid we need to close this issue for now, since we can't take any action without the requested reproduction or additional information. But please don't hesitate to open a new issue if the problem persists – we're always happy to help. Thanks so much for your understanding."
14-
any-of-labels: "needs reproduction,needs more info"
14+
any-of-issue-labels: "needs reproduction,needs more info"
1515
exempt-issue-labels: "needs triage"
1616
labels-to-add-when-unstale: "needs triage"
17-
days-before-stale: 21
18-
days-before-pr-stale: -1
17+
days-before-issue-close: 7
18+
days-before-issue-stale: 21
19+
days-before-pr-stale: 10
20+
exempt-draft-pr: true

0 commit comments

Comments
 (0)