diff --git a/.github/workflows/version-updates.yml b/.github/workflows/version-updates.yml index bc604c0b4e..05ced85fd2 100644 --- a/.github/workflows/version-updates.yml +++ b/.github/workflows/version-updates.yml @@ -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: