Skip to content

Commit

Permalink
Merge pull request #11156 from mixxxdj/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/stale-7

Bump actions/stale from 6 to 7
  • Loading branch information
ronso0 authored Dec 26, 2022
2 parents 3a1902b + b94fee9 commit 86a280b
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 @@ -15,7 +15,7 @@ jobs:
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: "This PR is marked as stale because it has been open 90 days with no activity."
Expand Down

0 comments on commit 86a280b

Please sign in to comment.