Skip to content

Commit

Permalink
chore(deps): ⬆️ update actions/stale action to v8 (#143)
Browse files Browse the repository at this point in the history
[![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://github.com/actions/stale) | action | major | `v7` -> `v8` |

---

### Release Notes

<details>
<summary>actions/stale</summary>

### [`v8`](https://github.com/actions/stale/compare/v7...v8)

[Compare Source](https://github.com/actions/stale/compare/v7...v8)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 12am and before 5am on saturday" 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/navin-moorthy/next-react-app).
  • Loading branch information
renovate[bot] authored Mar 24, 2023
1 parent 7966ca9 commit 91e55d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/stale@v7"
- uses: "actions/stale@v8"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/stale@v7"
- uses: "actions/stale@v8"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand All @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 1
runs-on: "ubuntu-latest"
steps:
- uses: "actions/stale@v7"
- uses: "actions/stale@v8"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/stale@v7"
- uses: "actions/stale@v8"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: |
Expand Down

1 comment on commit 91e55d1

@vercel
Copy link

@vercel vercel bot commented on 91e55d1 Mar 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.