-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4093 from spidernet-io/dependabot/github_actions/…
…peter-evans/create-pull-request-7.0.5 build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -165,7 +165,7 @@ jobs: | |
- name: Create Pull Request | ||
if: ${{ env.SKIP_CREATE_PR != 'true' }} | ||
id: create_pr | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot updates kind node version in k8s matrix test" | ||
commit-message: "robot updates kind node version in k8s matrix test" | ||
|
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: | |
- name: Create Pull Request | ||
if: ${{ env.SKIP_CREATE_PR != 'true' }} | ||
id: create_pr | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot updates Spiderpool authors on tag: ${{ env.REF }}" | ||
commit-message: "robot updates Spiderpool authors on tag: ${{ env.REF }}" | ||
|
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 |
---|---|---|
|
@@ -140,7 +140,7 @@ jobs: | |
|
||
- name: Create Pull Request | ||
id: create_pr | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot update changelog with tag ${{ needs.generate_changelog.outputs.dest_tag }} to branch ${{ env.DEST_BRANCH }} " | ||
commit-message: "robot update changelog from tag ${{ needs.generate_changelog.outputs.begin_tag }} to tag ${{ needs.generate_changelog.outputs.dest_tag }} " | ||
|
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 |
---|---|---|
|
@@ -133,7 +133,7 @@ jobs: | |
git_commit_gpgsign: true | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot Update chart from ${{ needs.get_ref.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " | ||
commit-message: "robot Update chart from ${{ needs.get_ref.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " | ||
|
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 |
---|---|---|
|
@@ -171,7 +171,7 @@ jobs: | |
# Allow auto-merge on general | ||
- name: Create Pull Request | ||
id: create_pr | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot update website from ${{ needs.release_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} with tag ${{ needs.release_doc.outputs.doc_tag }}" | ||
commit-message: "robot update website from ${{ needs.release_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} with tag ${{ needs.release_doc.outputs.doc_tag }}" | ||
|
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 |
---|---|---|
|
@@ -118,7 +118,7 @@ jobs: | |
- name: Create Pull Request | ||
if: ${{ env.SKIP != 'true' }} | ||
id: create_pr | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot updates the release version of the README file based on the release tag: ${{ env.REF }} " | ||
commit-message: "robot updates the release version of the README file based on the release tag: ${{ env.REF }}" | ||
|
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 |
---|---|---|
|
@@ -87,7 +87,7 @@ jobs: | |
# Allow auto-merge on general | ||
- name: Create Pull Request | ||
id: create_pr | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot update chart and website from ${{ needs.prepare_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " | ||
commit-message: "robot update chart and website from ${{ needs.prepare_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Create Pull Request | ||
id: create_pr | ||
if: ${{ env.updated == 'true' }} | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].5 | ||
with: | ||
title: "robot updated CNI plugins version " | ||
commit-message: "robot updated CNI plugins version " | ||
|
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