Skip to content

Commit 7f44a30

Browse files
author
Drew Yang
committed
fix: 💡 update stale closing message
1 parent 788140a commit 7f44a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/close_inactive_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
stale-issue-label: "stale"
1717
stale-issue-message: "This issue is stale because it has been open for 45 days with no activity."
1818
days-before-issue-close: 365 # for initial period, suggest 30
19-
close-issue-message: "This issue was closed because it has been inactive for 365 days since being marked as stale."
19+
close-issue-message: "This issue was closed because it has been inactive for 365 days since being marked as stale, please reopen if it's still applicable."
2020
days-before-pr-stale: 45 # for initial period, suggest 15
2121
days-before-pr-close: 365 # for initial period, suggest 30
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)