Adjust merge labels (#1210)

This commit is contained in:
Jaco
2022-03-04 08:41:38 +01:00
committed by GitHub
parent 1f15c34c19
commit 204ba9a0c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
types: [labeled]
jobs:
auto-approve:
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:
+1 -1
View File
@@ -5,7 +5,7 @@ on:
types: [labeled]
jobs:
auto-merge:
merge:
runs-on: ubuntu-latest
steps:
- uses: jacogr/action-merge@master