mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: prevent mergify conflict message for dependabot PRs
There is no use in having Mergify posting messages to Dependabot and asking for resolving of merge conflicts. Dependabot will try to do that automatically, and posts a message when some other action is needed. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
c12b155940
commit
96ba1d4799
@ -26,6 +26,7 @@ pull_request_rules:
|
||||
- name: ask to resolve conflict
|
||||
conditions:
|
||||
- conflict
|
||||
- author!=dependabot[bot]
|
||||
actions:
|
||||
comment:
|
||||
# yamllint disable-line rule:truthy
|
||||
|
Loading…
Reference in New Issue
Block a user