Skip to content

Commit

Permalink
chore: upgrade stale action to v5
Browse files Browse the repository at this point in the history
fix `close-issue-reason` option is not being recognized
  • Loading branch information
plainheart authored Jul 5, 2022
1 parent 64a86ba commit 8951f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.repository_owner == 'apache' }}
steps:
- name: Close Stale Issues
uses: actions/stale@v4
uses: actions/stale@v5
with:
days-before-stale: 730
days-before-close: 7
Expand Down

0 comments on commit 8951f41

Please sign in to comment.