Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-diff-k8s-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Create Pull Request
if: ${{ env.SKIP_CREATE_PR != 'true' }}
id: create_pr
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
with:
title: "robot updates kind node version in k8s matrix test"
commit-message: "robot updates kind node version in k8s matrix test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Create Pull Request
if: ${{ env.SKIP_CREATE_PR != 'true' }}
id: create_pr
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
with:
title: "robot updates Spiderpool authors on tag: ${{ env.REF }}"
commit-message: "robot updates Spiderpool authors on tag: ${{ env.REF }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Create Pull Request
id: create_pr
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
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 }} "
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
git_commit_gpgsign: true

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
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 }} "
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
# Allow auto-merge on general
- name: Create Pull Request
id: create_pr
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Create Pull Request
if: ${{ env.SKIP != 'true' }}
id: create_pr
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-update-githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Allow auto-merge on general
- name: Create Pull Request
id: create_pr
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
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 }} "
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cniplugins-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create Pull Request
id: create_pr
if: ${{ env.updated == 'true' }}
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
with:
title: "robot updated CNI plugins version "
commit-message: "robot updated CNI plugins version "
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-golang-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Create Pull Request
id: create_pr
if: ${{ env.updated == 'true' }}
uses: peter-evans/create-pull-request@v7.0.8
uses: peter-evans/create-pull-request@v8.1.1
with:
title: "robot updated golang version"
commit-message: "robot updated golang version"
Expand Down
Loading