1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Bump actions/stale from 3.0.16 to 4 (#21982)

* Bump actions/stale from 3.0.16 to 4

Bumps [actions/stale](https://github.com/actions/stale) from 3.0.16 to 4.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](9d6f46564a...cdf15f641a)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update actions/stale in allowed-actions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
dependabot[bot]
2021-10-08 13:53:45 +00:00
committed by GitHub
parent d73c32c2ea
commit 14e5728bf8
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da
- uses: actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da
- uses: actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days.'
@@ -26,7 +26,7 @@ jobs:
if: github.repository == 'github/docs'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@9d6f46564a515a9ea11e7762ab3957ee58ca50da
- uses: actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa
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.'