Skip to content

Commit

Permalink
stale-issue-message correction for close-inactive-issues workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-landiak committed Nov 5, 2024
1 parent 3476d98 commit 91e7ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-inactive-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
days-before-issue-stale: 7
days-before-issue-close: 7
stale-issue-label: "Stale"
stale-issue-message: "This issue is stale because it has been open for 7 days with no activity."
stale-issue-message: "This issue has been marked as stale due to 7 days of inactivity. If no further activity occurs within the next 7 days, it will be automatically closed."
close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
Expand Down

0 comments on commit 91e7ab0

Please sign in to comment.