Skip to content

Commit

Permalink
ci: update stale action config
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 6, 2024
1 parent 7fa08d4 commit 40c9cfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Close Stale Issues
uses: actions/stale@v9
with:
days-before-stale: 30
days-before-close: 7
days-before-stale: 60
days-before-close: 15
stale-issue-label: stale
stale-pr-label: stale
stale-issue-message: 'This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.'
stale-issue-message: 'This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 15 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.'
close-issue-message: 'This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Endstone, please open a new issue and link this to it. Thanks!'
close-issue-reason: 'not_planned'
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR. Thanks for your contribution.'
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR. Thanks for your contribution.'
close-pr-message: 'This PR has been automatically closed because it has not had recent activity. We are looking forward to your next contribution.'

0 comments on commit 40c9cfc

Please sign in to comment.