Skip to content

Commit

Permalink
[ci skip] fix(actions): auto approve for crowdin, bot might use other…
Browse files Browse the repository at this point in the history
… name

Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored and baribarton committed Oct 24, 2024
1 parent 5949803 commit 605700c
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]' || github.actor == 'crowdin-bot' }}
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'crowdin-bot' || github.actor == 'Crowdin Bot' }}
steps:
- run: gh pr review --approve "$PR_URL"
env:
Expand Down

0 comments on commit 605700c

Please sign in to comment.