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

build(deps): bump peter-evans/enable-pull-request-automerge from 2 to 3 #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps peter-evans/enable-pull-request-automerge from 2 to 3.

Release notes

Sourced from peter-evans/enable-pull-request-automerge's releases.

Enable Pull Request Automerge v3.0.0

⭐ This release converts the action to a composite action using the GitHub CLI. You are welcome to continue using this action but I recommend switching to the official GitHub CLI command. See the readme for details.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.5.0...v3.0.0

Enable Pull Request Automerge v2.5.0

Reverts v2.4.0. Ran into an unexpected issue. Apologies for any inconvenience.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.4.0...v2.5.0

Enable Pull Request Automerge v2.4.0

⭐ This release converts the action to a composite action using the GitHub CLI. You are welcome to continue using this action but I recommend switching to the official GitHub CLI command. See the readme for details.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.3.0...v2.4.0

Enable Pull Request Automerge v2.3.0

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.2.1...v2.3.0

Enable Pull Request Automerge v2.2.1

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

Full Changelog: peter-evans/enable-pull-request-automerge@v2.2.0...v2.2.1

Enable Pull Request Automerge v2.2.0

What's Changed

... (truncated)

Commits
  • a660677 feat: use gh in composite action (#938)
  • c2125c1 build(deps-dev): bump eslint from 8.35.0 to 8.36.0 (#994)
  • 181c3f0 ci: update status check branches
  • b753615 ci: update status check branches
  • 5e1c143 build(deps-dev): bump jest-circus from 29.3.1 to 29.5.0 (#929)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [peter-evans/enable-pull-request-automerge](https://github.com/peter-evans/enable-pull-request-automerge) from 2 to 3.
- [Release notes](https://github.com/peter-evans/enable-pull-request-automerge/releases)
- [Commits](peter-evans/enable-pull-request-automerge@v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/enable-pull-request-automerge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@feanil feanil added the maintenance Routine upkeep necessary for the health of the platform label Apr 5, 2023
@feanil
Copy link
Contributor

feanil commented Apr 5, 2023

Looking at the changelog, instead of just merging this we should probably just switch over to the github CLI version like the release notes of the action suggest.

    - name: Enable Pull Request Automerge
      run: gh pr merge --merge --auto "1"
      env:
        GH_TOKEN: ${{ secrets.PAT }}

That is a more complex action so making a note here to make the change and test it instead of just merging this.

@feanil feanil added the help wanted Ready to be picked up by anyone in the community label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Ready to be picked up by anyone in the community maintenance Routine upkeep necessary for the health of the platform
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant