diff --git a/actions/setup/js/check_workflow_recompile_needed.test.cjs b/actions/setup/js/check_workflow_recompile_needed.test.cjs index e049b01cb89..d5c84257c3f 100644 --- a/actions/setup/js/check_workflow_recompile_needed.test.cjs +++ b/actions/setup/js/check_workflow_recompile_needed.test.cjs @@ -267,7 +267,7 @@ The following workflow lock files have changes: repo: "testrepo", title: "[aw] agentic workflows out of sync", body: expect.stringContaining("Using gh aw CLI"), - labels: ["maintenance", "workflows"], + labels: ["agentic-workflows", "maintenance"], }); });