Skip to content

Commit 1f78e66

Browse files
authored
ci: use conventional commits title for PR that restores rolling release (#289)
1 parent 0150ef8 commit 1f78e66

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release-please-restore-rolling-release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)