Skip to content

Commit

Permalink
fix: update automatic cloud PR creator to adhere to conventional titl…
Browse files Browse the repository at this point in the history
…e requirement (#38864)
  • Loading branch information
erohmensing authored Jun 3, 2024
1 parent c343269 commit 7826813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-cdk-command-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
commit-message: Updating CDK version following release
title: Updating CDK version following release
commit-message: "chore: update CDK version following release"
title: "chore: update CDK version following release"
body: This is an automatically generated PR triggered by a CDK release
branch: automatic-cdk-release
base: master
Expand Down

0 comments on commit 7826813

Please sign in to comment.