2019-10-08 04:29:29 +02:00
|
|
|
name: auto-approve
|
2019-10-08 04:34:00 +02:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: master
|
2019-10-08 04:25:34 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: hmarr/auto-approve-action@v2.0.0
|
|
|
|
if: github.actor == 'github-actions' || github.actor == 'github-actions[bot]'
|
|
|
|
with:
|
|
|
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|