Skip to content

[meta]: Bump crowdin/github-action from 1.20.2 to 1.20.3 #154

[meta]: Bump crowdin/github-action from 1.20.2 to 1.20.3

[meta]: Bump crowdin/github-action from 1.20.2 to 1.20.3 #154

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 }}"