From 5a4dde420a79ae4b35e91d2cc9d295700efcee7e Mon Sep 17 00:00:00 2001 From: omer-vishlitzky Date: Sun, 9 Aug 2026 16:23:43 +0300 Subject: [PATCH] OSAC-3734: fix label-gate required check name The check-run name is `check-labels` (just the job name), not `label-gate / check-labels`. The `workflow / job` prefix format only applies to reusable workflow calls. Assisted-by: Claude Code Signed-off-by: omer-vishlitzky --- repositories.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.tf b/repositories.tf index d0c6a88..c0bc717 100644 --- a/repositories.tf +++ b/repositories.tf @@ -149,7 +149,7 @@ module "repo_osac" { { context = "e2e-caas-full-install / e2e", integration_id = 15368 }, # Reads Prow-set labels (lgtm, approved, jira/valid-reference) and converts # them to a status check the merge queue can gate on. - { context = "label-gate / check-labels", integration_id = 15368 }, + { context = "check-labels", integration_id = 15368 }, ] # Preserve subtree-merge history/blame going forward -- squash-merging on the # mono-repo would collapse that history for every commit after cutover, so