Skip to content

Commit

Permalink
Merge pull request #667 from oborel/update-gh-stale-issue-to-v7
Browse files Browse the repository at this point in the history
update gh action to v7 and add close-issue-reason
  • Loading branch information
wdduncan authored Jan 6, 2023
2 parents 4cd4175 + 9c9276f commit 12e8082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale-issues-and-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v7
with:
days-before-issue-stale: 630
days-before-issue-close: 60
close-issue-label: 'autoclosed-unfixed'
close-issue-reason: 'not_planned'
stale-issue-message: 'This issue has not seen any activity in the past 2 years. It will be closed automatically 60 days from now if no action is taken.'
close-issue-message: 'This issue has been closed automatically because it has not been updated in over two years. Please re-open if you still need this to be addressed.'
start-date: '2015-07-02T00:00:00Z'
Expand Down

0 comments on commit 12e8082

Please sign in to comment.