Skip to content

Commit

Permalink
Merge pull request #634 from tomopy/stale-action
Browse files Browse the repository at this point in the history
MAI: Update stale action to newer version
  • Loading branch information
carterbox committed Dec 6, 2023
2 parents 15ca6cc + 2f45345 commit fa3a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-pr-and-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close Stale Issues
uses: actions/stale@v3
uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
Expand Down

0 comments on commit fa3a35d

Please sign in to comment.