[Python-checkins] build(deps): bump actions/stale from 7 to 8 (#103169)

kumaraditya303 webhook-mailer at python.org
Sun Apr 9 04:12:50 EDT 2023


https://github.com/python/cpython/commit/5d4afc45b9567d227ea9a9988d58404662fce58c
commit: 5d4afc45b9567d227ea9a9988d58404662fce58c
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: kumaraditya303 <59607654+kumaraditya303 at users.noreply.github.com>
date: 2023-04-09T13:42:43+05:30
summary:

build(deps): bump actions/stale from 7 to 8 (#103169)

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

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

Signed-off-by: dependabot[bot] <support at github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

files:
M .github/workflows/stale.yml

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 07dbcfe31d65..d79e856c87e7 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,7 +15,7 @@ jobs:
 
     steps:
     - name: "Check PRs"
-      uses: actions/stale at v7
+      uses: actions/stale at v8
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'



More information about the Python-checkins mailing list