Skip to content

Commit b8bfed2

Browse files
authored
return to 45 days and put a closure message.
1 parent 910fe91 commit b8bfed2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale_bot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Stale PR+Issues
2020
uses: actions/[email protected]
2121
with:
22-
days-before-stale: 60
23-
stale-issue-message: This issue hasn not had any comment or update in the last 2 months. If it is still relevant, please post update comments. If no comments are made, this issue will be closed automagically in 7 days.
22+
days-before-stale: 45
23+
stale-issue-message: This issue has not had any comment or update in the last month. If it is still relevant, please post update comments. If no comments are made, this issue will be closed automagically in 7 days.
24+
close-issue-message: This issue has not had any comment since the last notice. It has been closed automatically. If this is incorrect, or the issue becomes relevant again, please request that it is reopened.
2425
exempt-issue-labels: pinned,3.0
2526
exempt-pr-labels: pinned,3.0

0 commit comments

Comments
 (0)