Skip to content

Commit 8464274

Browse files
authored
fix-stalebot (#252)
1 parent 1d3edf1 commit 8464274

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/stale.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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'
19-
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)