Skip to content

Commit c4963e2

Browse files
authored
Fixing Stalebot 2.0 (#473)
The stalebot was still closing issues and PRs automatically. We hope this fix will remove automatic closure. We also updated the stale label to fit with our current formatting type.
1 parent ea80ebb commit c4963e2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/stale.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
with:
16-
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It may be closed manually after one month of inactivity. Thank you for your contributions.'
17-
stale-issue-label: 'stale'
16+
stale-issue-message: 'This issue has been automatically marked as stale because of lack of recent activity. It may be closed manually after one month of inactivity. Thank you for your contributions.'
17+
stale-issue-label: 'Status: Stale'
1818
days-before-issue-stale: 365
19-
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It may be closed manually after one month of inactivity. Thank you for your contributions.'
20-
stale-pr-label: 'stale'
19+
days-before-issue-close: -1
20+
21+
stale-pr-message: 'This pull request has been automatically marked as stale because of lack of recent activity. It may be closed manually after one month of inactivity. Thank you for your contributions.'
22+
stale-pr-label: 'Status: Stale'
2123
days-before-pr-stale: 90
24+
days-before-pr-close: -1

0 commit comments

Comments
 (0)