Skip to content

[Animals] fix {ctx.clean_prefix} not formatting in the string #43

[Animals] fix {ctx.clean_prefix} not formatting in the string

[Animals] fix {ctx.clean_prefix} not formatting in the string #43

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