From 4680dcbc1eb97778d7a72124a35057e6a4d73d70 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Thu, 11 Jun 2026 13:32:25 -0400 Subject: [PATCH 1/3] chore(ci): add note to PR body created by update_librarian_googleapis.yaml --- .github/workflows/update_librarian_googleapis.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_librarian_googleapis.yaml b/.github/workflows/update_librarian_googleapis.yaml index 4b0dd1de4641..026758d4fd93 100644 --- a/.github/workflows/update_librarian_googleapis.yaml +++ b/.github/workflows/update_librarian_googleapis.yaml @@ -128,7 +128,10 @@ jobs: env: GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }} PR_TITLE: "chore: update googleapis commitish to ${{ steps.commit.outputs.short_commit }}" - PR_BODY: "Updated googleapis commitish in librarian.yaml and generation_config.yaml to https://github.com/googleapis/googleapis/commit/${{ steps.commit.outputs.new_commit }}" + PR_BODY: | + Updated googleapis commitish in librarian.yaml and generation_config.yaml to https://github.com/googleapis/googleapis/commit/${{ steps.commit.outputs.new_commit }} + + 💡 **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. run: | set -x From 661854a155c0f45861fe8426ba01b35108ca3377 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Thu, 11 Jun 2026 14:16:33 -0400 Subject: [PATCH 2/3] refine wording --- .github/workflows/update_librarian_googleapis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_librarian_googleapis.yaml b/.github/workflows/update_librarian_googleapis.yaml index 026758d4fd93..0a0fbfd3e23e 100644 --- a/.github/workflows/update_librarian_googleapis.yaml +++ b/.github/workflows/update_librarian_googleapis.yaml @@ -131,7 +131,7 @@ jobs: PR_BODY: | Updated googleapis commitish in librarian.yaml and generation_config.yaml to https://github.com/googleapis/googleapis/commit/${{ steps.commit.outputs.new_commit }} - 💡 **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. + 💡 **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 merged or closed. run: | set -x From 6167b197f637b5e0bcf5c0cb6ae4a7404cf96ccf Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Thu, 11 Jun 2026 15:00:31 -0400 Subject: [PATCH 3/3] adjust wording --- .github/workflows/update_librarian_googleapis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_librarian_googleapis.yaml b/.github/workflows/update_librarian_googleapis.yaml index 0a0fbfd3e23e..848ef6feb359 100644 --- a/.github/workflows/update_librarian_googleapis.yaml +++ b/.github/workflows/update_librarian_googleapis.yaml @@ -131,7 +131,7 @@ jobs: PR_BODY: | Updated googleapis commitish in librarian.yaml and generation_config.yaml to https://github.com/googleapis/googleapis/commit/${{ steps.commit.outputs.new_commit }} - 💡 **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 merged or closed. + 💡 **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. run: | set -x