mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: remove queue actions from non-merge rules in Mergify config
By the addition of the queue rules in the Mrgify configuration, all PRs
that require changes, or have been updated and review should be dropped,
are now added to the queue for merging. This is obviously not what we
want.
Fixes: 43fc945
("ci: move from merge action to queue action")
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
43fc945be6
commit
0c109c5dec
@ -67,8 +67,6 @@ pull_request_rules:
|
||||
conditions:
|
||||
- base~=^(devel)|(release-.+)$
|
||||
actions:
|
||||
queue:
|
||||
name: default
|
||||
dismiss_reviews:
|
||||
approved: true
|
||||
changes_requested: false
|
||||
@ -77,8 +75,6 @@ pull_request_rules:
|
||||
- conflict
|
||||
- author!=dependabot[bot]
|
||||
actions:
|
||||
queue:
|
||||
name: default
|
||||
comment:
|
||||
# yamllint disable-line rule:truthy
|
||||
message: "This pull request now has conflicts with the target branch.
|
||||
|
Loading…
Reference in New Issue
Block a user