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 0c7e8af commit 45c676c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/crowdin-translations-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ jobs:
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" \
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos${{ github.owner }}/${{ github.repository }}/pulls/$PR_NUMBER/requested_reviewers \
-d '{"reviewers":[],"team_reviewers":["wireapp/android"]}'

0 comments on commit 45c676c

Please sign in to comment.