Bump actions/stale from 4.1.0 to 5 (#25778)
Bumps [actions/stale](https://github.com/actions/stale) from 4.1.0 to 5.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](7fb802b307...3cc1237663)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
This commit is contained in:
2
.github/workflows/60-days-stale-check.yml
vendored
2
.github/workflows/60-days-stale-check.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838
|
||||
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'
|
||||
|
||||
4
.github/workflows/triage-stale-check.yml
vendored
4
.github/workflows/triage-stale-check.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838
|
||||
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'A stale label has been added to this issue becuase it has been open for 60 days with no activity. To keep this issue open, add a comment within 3 days.'
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
if: github.repository == 'github/docs'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838
|
||||
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-pr-message: 'This is a gentle bump for the docs team that this PR is waiting for review.'
|
||||
|
||||
Reference in New Issue
Block a user