aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-12-06 10:52:38 -0500
committerGravatar GitHub <noreply@github.com> 2022-12-06 10:52:38 -0500
commit7de1b2ca237e2073d1259ba02491ccf4c1e3ad27 (patch)
treece60326c8ac131a7d42a428a8b3fa6db62ed4df9
parent09da88b1409b2ee03ac8e48f36ffcafbfa202e42 (diff)
downloadcoredns-7de1b2ca237e2073d1259ba02491ccf4c1e3ad27.tar.gz
coredns-7de1b2ca237e2073d1259ba02491ccf4c1e3ad27.tar.zst
coredns-7de1b2ca237e2073d1259ba02491ccf4c1e3ad27.zip
build(deps): bump actions/stale from 5.1.1 to 6.0.1 (#5789)
Bumps [actions/stale](https://github.com/actions/stale) from 5.1.1 to 6.0.1. - [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/9c1b1c6e115ca2af09755448e0dbba24e5061cc8...5ebf00ea0e4c1561e9b43a292ed34424fb1d4578) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 6f1084dce..79dbbc284 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@9c1b1c6e115ca2af09755448e0dbba24e5061cc8
+ - uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578
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'