Skip to content

Commit

Permalink
chore(ci): fix stale action commenting "false" before closing issues/PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed May 2, 2024
1 parent c7d2e9f commit cdf5401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
stale-issue-label: wontfix
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
stale-pr-message: This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
close-issue-message: false
close-pr-message: false
close-issue-message: 'This issue has been closed because it has not had activity since being marked as stale.'
close-pr-message: 'This PR has been closed because it has not had activity since being marked as stale.'

0 comments on commit cdf5401

Please sign in to comment.