File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,20 @@ jobs:
9090 if : steps.switch-references.outputs.changed == 'true'
9191 uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
9292 with :
93- commit-message : " update references to use 'main' branch"
94- title : " update references to use 'main' branch"
93+ commit-message : " chore: update references to use 'main' branch"
94+ title : " chore: update references to use 'main' branch"
9595 branch : restore-rolling-release/${{ github.ref_name }}
9696 base : main
9797 body : |
9898 This PR updates tagged references in workflow and configuration files to point to the `main` branch
9999 in order to restore the rolling release channel.
100100
101101 _This is an automated PR created by the `${{ github.workflow }}` workflow._
102+
103+ <!--
104+ BEGIN_COMMIT_OVERRIDE
105+ no changelog
106+ END_COMMIT_OVERRIDE
107+ -->
102108 committer : ${{ steps.get-bot-user.outputs.committer }}
103109 token : ${{ steps.generate-github-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments