From c685eabce8a76fff2af4ffe8a62730a69e5ce7b9 Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Mon, 4 Dec 2023 02:53:37 +0100 Subject: [PATCH] Add a reviewer group --- .github/workflows/tokens-pr.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tokens-pr.yml b/.github/workflows/tokens-pr.yml index 76b02563..c1cbef63 100644 --- a/.github/workflows/tokens-pr.yml +++ b/.github/workflows/tokens-pr.yml @@ -31,6 +31,11 @@ jobs: - name: Create Pull Request run: | - gh pr create -B master -H ${{ github.ref_name }} --title 'feat: Design Tokens Update' --body 'Design Tokens were updated! This PR was created to update the code.' + 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.' \ + --reviwer MewsSystems/tech.mo.platform.owners env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}