From 9bc204c73c850dffc06613d7263c523306dd25bd Mon Sep 17 00:00:00 2001 From: Nicola Puppa <72783243+nicpuppa@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:26:03 +0200 Subject: [PATCH] fix: use proper properties for assign team reviews (#4218) --- .github/workflows/sync-rest-api-docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-rest-api-docs.yaml b/.github/workflows/sync-rest-api-docs.yaml index ff158a18c3..15baa342a8 100644 --- a/.github/workflows/sync-rest-api-docs.yaml +++ b/.github/workflows/sync-rest-api-docs.yaml @@ -60,6 +60,7 @@ jobs: commit-message: "docs: update REST API spec" branch: update-rest-doc delete-branch: true - reviewers: camunda/tech-writers,pepopowitz + team-reviewers: camunda/tech-writers + reviewers: pepopowitz base: main labels: deploy