From ac28adefb336791278f83e68cf85e626864aaf1c Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Tue, 5 Dec 2023 13:29:46 +0100 Subject: [PATCH 1/2] ci: Replace review team --- .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..3c892733 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 ookami-kb,witwash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 1100a6a88827ca987c115210fee48bd036af267e Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Tue, 5 Dec 2023 14:20:23 +0100 Subject: [PATCH 2/2] Update reviewers --- .github/workflows/tokens-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tokens-pr.yml b/.github/workflows/tokens-pr.yml index 3c892733..b11702ea 100644 --- a/.github/workflows/tokens-pr.yml +++ b/.github/workflows/tokens-pr.yml @@ -39,6 +39,6 @@ jobs: --head ${{ github.ref_name }} \ --title 'feat: Design Tokens Update' \ --body 'Design Tokens were updated! This PR was created to update the code.' \ - --reviewer ookami-kb,witwash + --reviewer witwash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}