From 4e6b8ba94b49dfd2fa3e3d7528ed52fcca3feb01 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Thu, 11 Jun 2026 13:15:36 -0400 Subject: [PATCH] chore(ci): add instruction to issue created on failure for generate check --- .github/workflows/librarian_generation_check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/librarian_generation_check.yaml b/.github/workflows/librarian_generation_check.yaml index f19ba39f2e03..462d5d710509 100644 --- a/.github/workflows/librarian_generation_check.yaml +++ b/.github/workflows/librarian_generation_check.yaml @@ -84,4 +84,6 @@ jobs: body: | The librarian generate diff check failed on main branch. + To keep the `main` branch healthy, please consider **reverting the triggering change** first. Once the revert is merged, you can investigate the failure and submit a new PR with the fix. + Please check the logs: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}