Skip to content

Commit

Permalink
remove redundant & outdated info in workflow (#3076)
Browse files Browse the repository at this point in the history
- stale + closing message contains outdated time
- remove mention of how long it has been to simplify it.
  • Loading branch information
MyDrift-user authored Dec 1, 2024
1 parent d49b21f commit 9c52f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-old-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
days-before-pr-stale: -1
days-before-pr-close: -1
# Sends a message for both the Stale and Close events of an issue.
stale-issue-message: "This issue was marked as stale because it has been inactive for 7 days"
close-issue-message: "This issue was closed because it has been inactive for 7 days since it was marked as stale"
stale-issue-message: "This issue was marked as stale due to inactivity."
close-issue-message: "This issue was closed after remaining stale without updates."
# Increase this value if the project receives a lot of
# PRs (yes.. apparently they're processed no matter what) & Issues.
# Default value for it (according to the docs) is 30
Expand Down

0 comments on commit 9c52f01

Please sign in to comment.