Skip to content

Commit

Permalink
GitHub Actions: Bump actions/stale from 4 to 8 and allow to trigger…
Browse files Browse the repository at this point in the history
… it manually (#7133)

* GitHub Actions: Bump actions/stale from 4 to 8

Bumps [actions/stale](https://github.com/actions/stale) from 4 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v4...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Allow to trigger the stale workflow manually

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Armel Soro <[email protected]>
  • Loading branch information
dependabot[bot] and rm3l authored Oct 30, 2023
1 parent 025e3ca commit 869982d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Mark and close stale issues and pull requests
# to see all config knobs of the stale action.

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

Expand All @@ -19,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.'
Expand Down

0 comments on commit 869982d

Please sign in to comment.