Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/stale action to v8 #49

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
actions/stale action major v7.0.0 -> v8.0.0

Release Notes

actions/stale (actions/stale)

v8.0.0

Compare Source

⚠️ This version contains breaking changes ⚠️

What's Changed

Breaking Changes

  • In this release we prevent scenarios when the build is not interrupted on some exceptions, which led to successful builds when they are supposed to fail

Example

name: 'Remove labels when the issue or PR becomes stale'
on:
  schedule:
    - cron: '30 1 * * *'

permissions:
    pull-requests: write

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v8
        with:
          labels-to-remove-when-stale: 'label1,label2'

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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. View repository job log here.

@renovate renovate bot requested a review from kayman-mk as a code owner November 19, 2023 19:15
@renovate renovate bot added the dependency Dependency update by Renovate label Nov 19, 2023
Copy link
Contributor

Hey @renovate[bot]! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

@renovate renovate bot force-pushed the renovate/actions-stale-8.x branch 2 times, most recently from 94d97a1 to bfc3314 Compare November 19, 2023 21:42
@renovate renovate bot force-pushed the renovate/actions-stale-8.x branch from bfc3314 to 87b0ed2 Compare November 19, 2023 21:47
@kayman-mk kayman-mk merged commit 79de6c3 into main Nov 19, 2023
10 checks passed
@kayman-mk kayman-mk deleted the renovate/actions-stale-8.x branch November 19, 2023 21:49
@kayman-mk
Copy link
Member

🎉 This PR is included in version 1.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Dependency update by Renovate released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant