Skip to content

Commit 086cd4c

Browse files
Bump actions/stale from 4.1.0 to 5 (github#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](actions/stale@7fb802b...3cc1237) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson <[email protected]>
1 parent b4981c1 commit 086cd4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/60-days-stale-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838
20+
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'

.github/workflows/triage-stale-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838
21+
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
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:
3434
if: github.repository == 'github/docs'
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838
37+
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358
3838
with:
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}
4040
stale-pr-message: 'This is a gentle bump for the docs team that this PR is waiting for review.'

0 commit comments

Comments
 (0)