renovatebot / renovatebot.github.io

Auto-generating docs repository for Renovate Bot
https://docs.renovatebot.com
44 stars 37 forks source link

chore(deps): update dessant/lock-threads action to v5 #374

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dessant/lock-threads action major v4.0.1 -> v5.0.1

Release Notes

dessant/lock-threads (dessant/lock-threads) ### [`v5.0.1`](https://togithub.com/dessant/lock-threads/releases/tag/v5.0.1) [Compare Source](https://togithub.com/dessant/lock-threads/compare/v5.0.0...v5.0.1) Learn more about this release from the [changelog](https://togithub.com/dessant/lock-threads/blob/main/CHANGELOG.md#changelog). ### [`v5.0.0`](https://togithub.com/dessant/lock-threads/releases/tag/v5.0.0) [Compare Source](https://togithub.com/dessant/lock-threads/compare/v4.0.1...v5.0.0) Learn more about this release from the [changelog](https://togithub.com/dessant/lock-threads/blob/main/CHANGELOG.md#changelog).

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.



This PR has been generated by Mend Renovate. View repository job log here.

viceice commented 9 months ago

I think we need to disable discussion processing?

HonkingGoose commented 9 months ago

I think we need to disable discussion processing?

@viceice I think so, yes. :smile:

v5 now processes discussions by default. But we don't use discussions, so we should set the process-only property to this:

    steps:
      - uses: dessant/lock-threads@v5
        with:
          process-only: 'issues, prs'

So we keep the old behavior, where it only checks issues and PRs.

renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.