From b4dddd36532fb37a0b3f127fe29dc1ef2581572b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitalij=20Va=C5=A1=C4=8Denko?= Date: Tue, 5 Dec 2023 15:26:57 +0100 Subject: [PATCH] ci: Replace review team (#482) --- .github/workflows/tokens-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tokens-pr.yml b/.github/workflows/tokens-pr.yml index f54cfe22..b11702ea 100644 --- a/.github/workflows/tokens-pr.yml +++ b/.github/workflows/tokens-pr.yml @@ -32,12 +32,13 @@ jobs: git push origin ${{ github.ref_name }} - name: Create Pull Request + # assigning team as a reviewer is not possible due to the bug: https://github.com/cli/cli/issues/6395 run: | gh pr create \ --base master \ --head ${{ github.ref_name }} \ --title 'feat: Design Tokens Update' \ --body 'Design Tokens were updated! This PR was created to update the code.' \ - --reviewer MewsSystems/tech-mo-platform-owners + --reviewer witwash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}