Skip to content

Commit be4e6bb

Browse files
chore(deps): update actions/stale action to v10.4.0 (#2298)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://redirect.github.com/actions/stale) | action | minor | `v10.3.0` → `v10.4.0` | --- ### Release Notes <details> <summary>actions/stale (actions/stale)</summary> ### [`v10.4.0`](https://redirect.github.com/actions/stale/releases/tag/v10.4.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.3.0...v10.4.0) #### What's Changed ##### Bug Fix - Fixed `only-issue-types` validation by [@&#8203;trueberryless](https://redirect.github.com/trueberryless) in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) ##### Dependency Updates - Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1342](https://redirect.github.com/actions/stale/pull/1342) #### New Contributors - [@&#8203;trueberryless](https://redirect.github.com/trueberryless) made their first contribution in [#&#8203;1338](https://redirect.github.com/actions/stale/pull/1338) **Full Changelog**: <actions/stale@v10.3.0...v10.4.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad7faf7 commit be4e6bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue-management-stale-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Handle stale PRs
2626
# - After 120 days inactive: Adds "stale" label + warning comment
2727
# - After 30 more days inactive: Closes
28-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
28+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
2929
with:
3030
days-before-issue-stale: -1
3131
days-before-issue-close: -1
@@ -43,7 +43,7 @@ jobs:
4343
# Handle stale issues
4444
# - After 360 days (12 months) inactive: Adds "stale" label + warning comment
4545
# - After 30 more days inactive: Closes
46-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
46+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
4747
with:
4848
days-before-issue-stale: 360
4949
days-before-issue-close: 30

0 commit comments

Comments
 (0)