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 178bdb7 commit 59308dd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/crowdin-translations-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
- "develop"
- "release/candidate"

permissions:
contents: write
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -71,11 +75,3 @@ 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 pr edit $PR_NUMBER --add-reviewer wireapp/android

0 comments on commit 59308dd

Please sign in to comment.