Skip to content

Commit

Permalink
Merge pull request github#12651 from github/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/stale-8

Bump actions/stale from 7 to 8
  • Loading branch information
henrymercer authored Mar 24, 2023
2 parents 6db8c8b + 605ddec commit f1fe7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v7
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Comment or remove the `Stale` label in order to avoid having this issue closed in 7 days.'
Expand Down

0 comments on commit f1fe7af

Please sign in to comment.