Update auto-approve.yml

what-a-patch-1
Aleksandr Statciuk 6 years ago committed by GitHub
parent ce2c66e8eb
commit b12f99be81

@ -2,13 +2,13 @@ name: auto-approve
on: on:
push: push:
branches: branches:
- dev - master
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: hmarr/auto-approve-action@v2.0.0 - uses: hmarr/auto-approve-action@v2.0.0
if: github.head_ref == 'create-pull-request/patch' if: github.actor == 'github-actions'
with: with:
github-token: "${{ secrets.GITHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"

Loading…
Cancel
Save