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
+16
View File
@@ -0,0 +1,16 @@
name: bot
on:
pull_request:
types: [labeled]
jobs:
auto-approve:
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && (!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository)"
runs-on: ubuntu-latest
steps:
- uses: jacogr/action-approve@master
with:
authors: jacogr
labels: -auto
token: ${{ secrets.GH_PAT_BOT }}