Skip to content

[meta]: Bump crowdin/github-action from 1.20.4 to 2.0.0 #157

[meta]: Bump crowdin/github-action from 1.20.4 to 2.0.0

[meta]: Bump crowdin/github-action from 1.20.4 to 2.0.0 #157

Workflow file for this run

name: Auto approve
on:
pull_request_target:
types: [opened, reopened]
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v4
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' || github.actor == 'github-actions[bot]' }}
with:
github-token: "${{ secrets.REVIEW_TOKEN }}"