Skip to content

[meta]: Bump crowdin/github-action from 1.11.0 to 1.12.0 #123

[meta]: Bump crowdin/github-action from 1.11.0 to 1.12.0

[meta]: Bump crowdin/github-action from 1.11.0 to 1.12.0 #123

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@v3
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' || github.actor == 'github-actions[bot]' }}
with:
github-token: "${{ secrets.REVIEW_TOKEN }}"