mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-29 02:45:23 +01:00
Fixes invalid mergify config
This commit is contained in:
parent
c4b980270d
commit
e7d7d19490
1 changed files with 1 additions and 1 deletions
2
.github/mergify.yml
vendored
2
.github/mergify.yml
vendored
|
@ -3,7 +3,7 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
- base=develop
|
- base=develop
|
||||||
- label=dependencies
|
- label=dependencies
|
||||||
- conflict=false
|
- -conflict
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: merge
|
method: merge
|
Loading…
Reference in a new issue