Skip to content

Commit 606927a

Browse files
chore(deps): ⬆️ update actions/stale action to v8 (#7)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://togithub.com/actions/stale) | action | major | `v7` -> `v8` | --- ### Release Notes <details> <summary>actions/stale</summary> ### [`v8`](https://togithub.com/actions/stale/compare/v7...v8) [Compare Source](https://togithub.com/actions/stale/compare/v7...v8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/timelessco/node-js-app-template).
1 parent c2f5fbf commit 606927a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale-issues.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414

1515
steps:
16-
- uses: "actions/stale@v7"
16+
- uses: "actions/stale@v8"
1717
with:
1818
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1919
stale-issue-message: |
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: "ubuntu-latest"
3636

3737
steps:
38-
- uses: "actions/stale@v7"
38+
- uses: "actions/stale@v8"
3939
with:
4040
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4141
stale-issue-message: |
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 1
5151
runs-on: "ubuntu-latest"
5252
steps:
53-
- uses: "actions/stale@v7"
53+
- uses: "actions/stale@v8"
5454
with:
5555
repo-token: "${{ secrets.GITHUB_TOKEN }}"
5656
stale-issue-message: |
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: "ubuntu-latest"
6868

6969
steps:
70-
- uses: "actions/stale@v7"
70+
- uses: "actions/stale@v8"
7171
with:
7272
repo-token: "${{ secrets.GITHUB_TOKEN }}"
7373
stale-issue-message: |

0 commit comments

Comments
 (0)