diff options
author | 2023-04-19 15:27:41 -0400 | |
---|---|---|
committer | 2023-04-19 15:27:41 -0400 | |
commit | 50439a51627e65283c8c6631b200d9213a307ec0 (patch) | |
tree | d7e0487fe2931b95f45cdc16d8f04f252d16d4a9 /.github | |
parent | 7db1d4f6e99f4ad01f514999b9baf816332d94af (diff) | |
download | coredns-50439a51627e65283c8c6631b200d9213a307ec0.tar.gz coredns-50439a51627e65283c8c6631b200d9213a307ec0.tar.zst coredns-50439a51627e65283c8c6631b200d9213a307ec0.zip |
build(deps): bump actions/stale from 7.0.0 to 8.0.0 (#6005)
Bumps [actions/stale](https://github.com/actions/stale) from 7.0.0 to 8.0.0.
- [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/6f05e4244c9a0b2ed3401882b05d701dd0a7289b...1160a2240286f5da8ec72b1c0816ce2481aabf84)
---
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index eef7efb9d..7ffc8083d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write # for actions/stale to close stale PRs runs-on: ubuntu-latest steps: - - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b + - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' |