Skip to content

Commit ec68620

Browse files
chore(deps): update actions/stale action to v10.3.0 (#13263)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://redirect.github.com/actions/stale) | action | minor | `v10.2.0` → `v10.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/11062) for more information. --- ### Release Notes <details> <summary>actions/stale (actions/stale)</summary> ### [`v10.3.0`](https://redirect.github.com/actions/stale/releases/tag/v10.3.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.2.0...v10.3.0) #### What's Changed ##### Bug Fix - Enhancement: ignore stale labeling events by [@&#8203;shamoon](https://redirect.github.com/shamoon) in [#&#8203;1311](https://redirect.github.com/actions/stale/pull/1311) ##### Dependency Updates - Upgrade dependencies ([@&#8203;actions/core](https://redirect.github.com/actions/core), [@&#8203;octokit/plugin-retry](https://redirect.github.com/octokit/plugin-retry), [@&#8203;typescript-eslint](https://redirect.github.com/typescript-eslint)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1335](https://redirect.github.com/actions/stale/pull/1335) #### New Contributors - [@&#8203;shamoon](https://redirect.github.com/shamoon) made their first contribution in [#&#8203;1311](https://redirect.github.com/actions/stale/pull/1311) **Full Changelog**: <actions/stale@v10...v10.3.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Los_Angeles) - Branch creation - "every weekend" - 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/apollographql/apollo-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6Y2hyaXN0bWFzX3RyZWU6IGRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98729ba commit ec68620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/close-stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Close Stale Issues
23-
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
23+
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
2424
with:
2525
# # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
2626
# repo-token: # optional, default is ${{ github.token }}

0 commit comments

Comments
 (0)