-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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): bump peter-evans/create-pull-request from 6 to 7 #5162
Merged
xmfcx
merged 1 commit into
main
from
dependabot/github_actions/peter-evans/create-pull-request-7
Dec 16, 2024
Merged
chore(deps): bump peter-evans/create-pull-request from 6 to 7 #5162
xmfcx
merged 1 commit into
main
from
dependabot/github_actions/peter-evans/create-pull-request-7
Dec 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
xmfcx
approved these changes
Dec 16, 2024
youtalk
added a commit
to youtalk/autoware
that referenced
this pull request
Dec 19, 2024
* feat(.github): push version tag images (autowarefoundation#5522) * add tag pattern Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix syntax Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * add tags Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix prefix and suffix Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * feat(.github): add `on:push:branches:` condition to `autoware-base` workflow (autowarefoundation#5524) add paths arg Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix(.github): not push manifest if eithor `amd64` or `arm64` image is missing (autowarefoundation#5525) not push manifest if eithor amd64 or arm64 is missing Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * chore(autoware.repos): fix autoware.core commit hash (autowarefoundation#5530) Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * feat(.git): delete `-amd64` and `-arm64` image tags after pushing manifest (autowarefoundation#5526) * not push manifest if eithor amd64 or arm64 is missing Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * delete -amd64 and -arm64 tags Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * chore(.github): skip `free-disk-space` action if there are no changed files (autowarefoundation#5536) skip free-disk-space action Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * ci: enable bugprone-* warnings in clang-tidy (autowarefoundation#5543) Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * feat(autoware.repos): use version tag for sensor_kits (autowarefoundation#5554) Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * ci(pre-commit-ansible): autoupdate (autowarefoundation#5552) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> * chore(deps): bump peter-evans/create-pull-request from 6 to 7 (autowarefoundation#5162) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci(pre-commit-optional): autoupdate (autowarefoundation#5401) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> * chore: sync files (autowarefoundation#5541) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> * chore: sync files (autowarefoundation#5572) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> * fix(.github): fix CODEOWNERS (autowarefoundation#5575) Update CODEOWNERS * fix: update branch of scenario_simulator_v2 to master (autowarefoundation#5570) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * feat(autoware.repos): remove `autoware_common` from `autoware.repos` (autowarefoundation#5578) * chore(.devcontainer): add `core-devel` development container (autowarefoundation#5574) add core-devel devcontainer Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: awf-autoware-bot[bot] <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps peter-evans/create-pull-request from 6 to 7.
Release notes
Sourced from peter-evans/create-pull-request's releases.
... (truncated)
Commits
4320041
feat: signed commits (v7) (#3057)0c2a66f
build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 (#3256)17121bc
build(deps-dev): bump@types/node
from 18.19.45 to 18.19.46 (#3254)87b5d6d
build(deps-dev): bump eslint-import-resolver-typescript (#3255)00897e0
build: update distribution (#3221)4cfc1fc
build(deps-dev): bump@types/node
from 18.19.44 to 18.19.45 (#3214)cb4ed64
build(deps): bump undici from 6.19.7 to 6.19.8 (#3213)4eb90b7
ci: separate test suite commands in pr comment5308ecb
ci: add sign-commits flag to test suite commentba864ad
build: update distribution (#3154)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 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)