Skip to content

Commit 01d90f4

Browse files
authored
update stale .yml (#677)
1 parent 31673f0 commit 01d90f4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/stale.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ jobs:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs.'
1414
close-issue-message: 'This issue was closed due to inactivity. Please reopen if you still encounter this problem or have more information to add.'
15-
days-before-stale: 14
16-
days-before-close: 7
15+
stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. Feel free to re-open if you plan to continue working on this pull request"
16+
days-before-stale: -1
17+
days-before-close: -1
18+
days-before-issue-stale: 14
19+
days-before-issue-close: 7
1720
stale-issue-label: 'stale'
1821
exempt-issue-labels: 'do not stale, needs response'
22+
days-before-pr-stale: 365
23+
days-before-pr-close: 30
24+
exempt-pr-labels: 'do not stale'
25+
only-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
26+
remove-pr-stale-when-updated: true

0 commit comments

Comments
 (0)