Skip to content

Commit 4680dcb

Browse files
committed
chore(ci): add note to PR body created by update_librarian_googleapis.yaml
1 parent c6532ac commit 4680dcb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/update_librarian_googleapis.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ jobs:
128128
env:
129129
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
130130
PR_TITLE: "chore: update googleapis commitish to ${{ steps.commit.outputs.short_commit }}"
131-
PR_BODY: "Updated googleapis commitish in librarian.yaml and generation_config.yaml to https://github.com/googleapis/googleapis/commit/${{ steps.commit.outputs.new_commit }}"
131+
PR_BODY: |
132+
Updated googleapis commitish in librarian.yaml and generation_config.yaml to https://github.com/googleapis/googleapis/commit/${{ steps.commit.outputs.new_commit }}
133+
134+
💡 **Note:** Please merge or close this PR so that the daily update workflow can continue to run successfully. Alternatively, you can manually trigger the workflow once this PR is resolved.
132135
run: |
133136
set -x
134137

0 commit comments

Comments
 (0)