Skip to content

Commit 08a3e6c

Browse files
authored
(chore) update stale issue message and enable workflow (#1537)
1 parent 620acea commit 08a3e6c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/stale.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,19 @@ jobs:
1515
days-before-issue-stale: 365
1616
days-before-issue-close: 14
1717
stale-issue-label: "stale"
18-
stale-issue-message: "This issue has been automatically marked as stale because there is no recent activity. If there is no further activity it will be closed."
18+
stale-issue-message: |
19+
This is an automated message to let you know that this issue has
20+
gone 365 days without any activity. In order to ensure that we work
21+
on issues that still matter, this issue will be closed in 14 days.
22+
23+
If this issue is still important, you can simply comment with a
24+
"bump" to keep it open.
25+
26+
Thank you for your contribution.
1927
close-issue-message: "This issue was automatically closed due to inactivity."
2028
days-before-pr-stale: -1
2129
days-before-pr-close: -1
2230
repo-token: ${{ secrets.GITHUB_TOKEN }}
2331
exempt-all-assignees: true
2432
exempt-all-milestones: true
25-
debug-only: true
33+
debug-only: false

0 commit comments

Comments
 (0)