Skip to content

Commit

Permalink
ci: Replace review team (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Dec 5, 2023
1 parent 07e7a42 commit b4dddd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tokens-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b4dddd3

Please sign in to comment.