Skip to content

Commit

Permalink
chore(actions): allow localization updates to be auto approved
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 12, 2024
1 parent 570f865 commit 9ea8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'crowdin-bot' }}
steps:
- run: gh pr review --approve "$PR_URL"
env:
Expand Down

0 comments on commit 9ea8d9a

Please sign in to comment.