From 5f3cb3fe4f5e326965922c95ae5906c35bab42da Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Tue, 23 Sep 2025 15:33:34 +0200 Subject: [PATCH] Actions: Clarify Enterprise sync for wire-gen drift in PRs (#111468) --- .github/workflows/pr-go-workspace-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-go-workspace-check.yml b/.github/workflows/pr-go-workspace-check.yml index 5e826221a33..78a2e761ebc 100644 --- a/.github/workflows/pr-go-workspace-check.yml +++ b/.github/workflows/pr-go-workspace-check.yml @@ -123,7 +123,7 @@ jobs: echo "No changes in generated Go files" else if [[ "${{ github.event.pull_request.head.repo.fork }}" == "false" ]]; then - echo "> !!! Please link Enterprise and run 'make gen-go', then commit the changes to both repositories." + echo "> !!! Please synchronize the grafana OSS and grafana enterprise code bases as defined in the enterprise readme, then run 'make gen-go' in the OSS folder and commit the changes to both repositories." else echo "> !!! Please run 'make gen-go' and commit the changes." fi