Skip to content

Commit dfe50c4

Browse files
authored
chore(ci): add note to PR body created by update_librarian_googleapis.yaml (#13436)
Add a note to the PR body created by update_librarian_googleapis.yaml, with instruction to either close or merge in PR. For simplicity, this workflow does not update the PR once created. This instruction let people know reading the PR what to do to unblock the next scheduled run if they don't want to merge in.
1 parent 6a538a0 commit dfe50c4

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 the next day. Alternatively, you can manually trigger the workflow once this PR is merged or closed.
132135
run: |
133136
set -x
134137

0 commit comments

Comments
 (0)