-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github): bump github action create-pull-request from v0.5.2 to v0.…
…5.3 (#12062) ## Motivation <!-- Why are we doing this change --> upgrade the github-action peter-evans/create-pull-request from v0.5.2 to v0.5.3 manually ## Implementation information <!-- Explain how this was done and potentially alternatives considered and discarded --> ## Supporting documentation <!-- Is there a MADR? An Issue? A related PR? --> Fix Kong/kong-mesh#6963 <!-- > Changelog: skip --> <!-- Uncomment the above section to explicitly set a [`> Changelog:` entry here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)? --> Signed-off-by: Icarus Wu <[email protected]>
- Loading branch information
1 parent
1dcf203
commit b54d404
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ jobs: | |
run: | | ||
release-tool changelog.md --repo ${{ github.repository }} > CHANGELOG.md | ||
- name: "Create Pull Request" | ||
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 | ||
uses: peter-evans/[email protected].3 | ||
with: | ||
commit-message: "docs(CHANGELOG.md): updating changelog and version files" | ||
signoff: true | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
- name: "Create Pull Request" | ||
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 | ||
uses: peter-evans/[email protected].3 | ||
with: | ||
path: docs | ||
commit-message: "chore(deps): update docs from repo source" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
- name: "Create Pull Request" | ||
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 | ||
uses: peter-evans/[email protected].3 | ||
with: | ||
commit-message: "chore(deps): security update" | ||
signoff: true | ||
|