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/create-pull-request from 7.0.5 to 7.0.6 #532

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps peter-evans/create-pull-request from 7.0.5 to 7.0.6.

Release notes

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

Create Pull Request v7.0.6

⚙️ Fixes an issue with commit signing where unicode characters in file paths were not preserved.

What's Changed

New Contributors

... (truncated)

Commits
  • 67ccf78 fix: preserve unicode in filepaths when commit signing (#3588)
  • bb88e27 build: update distribution (#3583)
  • b378ed5 build(deps): bump p-limit from 6.1.0 to 6.2.0 (#3578)
  • fa9200e build(deps-dev): bump @​types/node from 18.19.67 to 18.19.68 (#3570)
  • 16e0059 build(deps-dev): bump prettier from 3.4.1 to 3.4.2 (#3560)
  • 5bffd5a build(deps-dev): bump eslint-import-resolver-typescript (#3559)
  • a22a0dd build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#3544)
  • b27ce37 build(deps-dev): bump @​types/node from 18.19.66 to 18.19.67 (#3543)
  • 4e0cc19 build(deps): bump @​octokit/plugin-paginate-rest from 11.3.5 to 11.3.6 (#3542)
  • 25b6871 docs: update scopes for push-to-fork
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@5e91468...67ccf78)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@dependabot dependabot bot requested review from maurerle and a team as code owners December 30, 2024 07:44
@grische grische added backport gluon-v2021.1.x Backport to 4/32 Branch backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch backport gluon-main Backport to Gluon Main Branch labels Jan 2, 2025
@T0biii
Copy link
Member

T0biii commented Jan 28, 2025

Waiting until #572 merged

@T0biii T0biii merged commit 5dc2224 into gluon-v2023.1.x Jan 28, 2025
32 checks passed
@T0biii T0biii deleted the dependabot/github_actions/peter-evans/create-pull-request-7.0.6 branch January 28, 2025 10:23
@ffmuc-bot
Copy link
Contributor

ffmuc-bot bot commented Jan 28, 2025

Created backport PR for gluon-v2021.1.x:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-532-to-gluon-v2021.1.x
git worktree add --checkout .worktree/backport-532-to-gluon-v2021.1.x backport-532-to-gluon-v2021.1.x
cd .worktree/backport-532-to-gluon-v2021.1.x
git reset --hard HEAD^
git cherry-pick -x 574a0bb60ac00918444c80e430c0548a3e50baaa
git push --force-with-lease

@ffmuc-bot
Copy link
Contributor

ffmuc-bot bot commented Jan 28, 2025

Created backport PR for gluon-v2023.2.x:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-532-to-gluon-v2023.2.x
git worktree add --checkout .worktree/backport-532-to-gluon-v2023.2.x backport-532-to-gluon-v2023.2.x
cd .worktree/backport-532-to-gluon-v2023.2.x
git reset --hard HEAD^
git cherry-pick -x 574a0bb60ac00918444c80e430c0548a3e50baaa
git push --force-with-lease

@ffmuc-bot
Copy link
Contributor

ffmuc-bot bot commented Jan 28, 2025

Created backport PR for gluon-main:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-532-to-gluon-main
git worktree add --checkout .worktree/backport-532-to-gluon-main backport-532-to-gluon-main
cd .worktree/backport-532-to-gluon-main
git reset --hard HEAD^
git cherry-pick -x 574a0bb60ac00918444c80e430c0548a3e50baaa
git push --force-with-lease

@T0biii T0biii added backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch and removed backport gluon-v2021.1.x Backport to 4/32 Branch backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch backport gluon-main Backport to Gluon Main Branch labels Jan 28, 2025
@ffmuc-bot
Copy link
Contributor

ffmuc-bot bot commented Jan 28, 2025

Created backport PR for gluon-v2023.2.x:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-532-to-gluon-v2023.2.x
git worktree add --checkout .worktree/backport-532-to-gluon-v2023.2.x backport-532-to-gluon-v2023.2.x
cd .worktree/backport-532-to-gluon-v2023.2.x
git reset --hard HEAD^
git cherry-pick -x 574a0bb60ac00918444c80e430c0548a3e50baaa
git push --force-with-lease

@T0biii
Copy link
Member

T0biii commented Jan 28, 2025

puh the backport action wont run on the older prs i think because of the branch change
so i created the backports manually:
#580 #581 #582

so we should then be clean for peter-evans/create-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants