2019-10-06 18:13:42 +02:00
|
|
|
name: auto-approve
|
2019-10-06 18:36:05 +02:00
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
types: [opened]
|
2019-10-06 18:13:42 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: hmarr/auto-approve-action@v2.0.0
|
2019-10-06 18:27:47 +02:00
|
|
|
if: github.head_ref == 'create-pull-request/patch'
|
2019-10-06 18:13:42 +02:00
|
|
|
with:
|
2019-10-06 18:22:41 +02:00
|
|
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|