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:
Niels de Vos 2022-01-11 09:17:46 +01:00 committed by Madhu Rajanna
parent 43fc945be6
commit 0c109c5dec

View File

@ -67,8 +67,6 @@ pull_request_rules:
conditions: conditions:
- base~=^(devel)|(release-.+)$ - base~=^(devel)|(release-.+)$
actions: actions:
queue:
name: default
dismiss_reviews: dismiss_reviews:
approved: true approved: true
changes_requested: false changes_requested: false
@ -77,8 +75,6 @@ pull_request_rules:
- conflict - conflict
- author!=dependabot[bot] - author!=dependabot[bot]
actions: actions:
queue:
name: default
comment: comment:
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy
message: "This pull request now has conflicts with the target branch. message: "This pull request now has conflicts with the target branch.