mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-25 08:56:57 +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:
|
||||
- base=develop
|
||||
- label=dependencies
|
||||
- conflict=false
|
||||
- -conflict
|
||||
actions:
|
||||
merge:
|
||||
method: merge
|
Loading…
Reference in a new issue