From 3947a4b9f5c918afaa374f9227bf3bcada9ee9d2 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 20 May 2025 19:23:45 +0000 Subject: [PATCH] ci: change `action: review` to `action: merge` in update docs (#61533) Simplifies the workflow by reducing the number of required actions for the caretaker or reviewer, similar to Renovate PRs. PR Close #61533 --- .github/workflows/update-cdk-apis-and-cli-help.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-cdk-apis-and-cli-help.yml b/.github/workflows/update-cdk-apis-and-cli-help.yml index 3eec7eedf8b..48630ecea4f 100644 --- a/.github/workflows/update-cdk-apis-and-cli-help.yml +++ b/.github/workflows/update-cdk-apis-and-cli-help.yml @@ -50,7 +50,7 @@ jobs: body: | Updated Angular CDK api files. labels: | - action: review + action: merge area: docs commit-message: | docs: update Angular CDK apis @@ -79,7 +79,7 @@ jobs: body: | Updated Angular CLI help contents. labels: | - action: review + action: merge area: docs commit-message: | docs: update Angular CLI help