From cdb84fa39f1401846dab6e1c76781fb3090527ed Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 3 Jul 2024 15:49:02 +0400 Subject: [PATCH] Expand team in update rest-api-spec action (#2674) * Stop requesting reviewers in Update rest-api-json action This does not work with the current PAT, which fails the action. * Expand current team to workaround PAT issue --- .github/workflows/update-rest-api-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-rest-api-json.yml b/.github/workflows/update-rest-api-json.yml index 2533eea2b1..4a21efcab2 100644 --- a/.github/workflows/update-rest-api-json.yml +++ b/.github/workflows/update-rest-api-json.yml @@ -51,7 +51,7 @@ jobs: commit-message: 'Update rest-api-spec' labels: specification delete-branch: true - team-reviewers: elastic/devtools-team + reviewers: Anaethelion,ezimuel,flobernd,JoshMock,l-trotta,miguelgrinberg,picandocodigo,pquentin,srikanthmanvi,swallez,technige branch: automated/rest-api-spec-update-${{ matrix.branch }} - name: Open an issue if the action fails