Adjust auto actions (#1209)

This commit is contained in:
Jaco
2022-03-04 08:35:20 +01:00
committed by GitHub
parent 60675ab9b9
commit 22e06780dd
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
name: PR
name: bot
on:
pull_request:
@@ -12,5 +12,5 @@ jobs:
- uses: jacogr/action-approve@master
with:
authors: jacogr
labels: automerge
labels: -auto
token: ${{ secrets.GH_PAT_BOT }}
@@ -1,4 +1,4 @@
name: PR
name: bot
on:
pull_request:
@@ -11,6 +11,6 @@ jobs:
- uses: jacogr/action-merge@master
with:
checks: build,lint,test
labels: automerge
labels: -auto
strategy: squash
token: ${{ secrets.GH_PAT_BOT }}