Skip to content

Commit be83749

Browse files
chore(deps): update actions/stale action to v10.1.0 (#867)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://redirect.github.com/actions/stale) | action | minor | `v10.0.0` -> `v10.1.0` | --- ### Release Notes <details> <summary>actions/stale (actions/stale)</summary> ### [`v10.1.0`](https://redirect.github.com/actions/stale/releases/tag/v10.1.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.0.0...v10.1.0) #### What's Changed - Add `only-issue-types` option to filter issues by type by [@&#8203;Bibo-Joshi](https://redirect.github.com/Bibo-Joshi) in [#&#8203;1255](https://redirect.github.com/actions/stale/pull/1255) #### New Contributors - [@&#8203;Bibo-Joshi](https://redirect.github.com/Bibo-Joshi) made their first contribution in [#&#8203;1255](https://redirect.github.com/actions/stale/pull/1255) **Full Changelog**: <actions/stale@v10...v10.1.0> </details> --- ### Configuration 📅 **Schedule**: 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/line/line-bot-sdk-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f2e163 commit be83749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
if: github.repository == 'line/line-bot-sdk-python'
1515
steps:
16-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
16+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1717
with:
1818
days-before-issue-stale: 14
1919
days-before-issue-close: 0

0 commit comments

Comments
 (0)