Skip to content

Commit

Permalink
Add a reviewer group
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Dec 4, 2023
1 parent d27f146 commit c685eab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tokens-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c685eab

Please sign in to comment.