mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-25 17:06:52 +01:00
9 lines
No EOL
232 B
YAML
9 lines
No EOL
232 B
YAML
pull_request_rules:
|
|
- name: automatic merge for develop raised by dependabot with label dependencies
|
|
conditions:
|
|
- base=develop
|
|
- label=dependencies
|
|
- -conflict
|
|
actions:
|
|
merge:
|
|
method: merge |