Skip to content

Commit

Permalink
chore: update crowdin action
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Jul 18, 2024
1 parent 59308dd commit 0c7e8af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/crowdin-translations-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,15 @@ jobs:
pull_request_base_branch_name: ${{env.BASE_BRANCH}}

config: "crowdin.yml"

- name: Assign Reviewers
if: ${{ steps.crowdin-updater.outputs.pull_request_number != '' }}
env:
GH_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }}
PR_NUMBER: ${{ steps.crowdin-updater.outputs.pull_request_number }}
run: |
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
/repos/${{ github.repository }}/pulls/$PR_NUMBER/requested_reviewers \
-f "reviewers[]=wireapp/android" \

0 comments on commit 0c7e8af

Please sign in to comment.