From c452b56285f8630b1bed415fa6004fd8ad099dee Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 8 Feb 2023 13:56:16 +0100 Subject: [PATCH] ci: prevent always removing `ok-to-test` label The check for a rebase always hits, but the actions for that inspect the event for a real rebase. Removing the `ok-to-test` label is not suitable in the Mergify check, as the label action does not inspect the event. This caused the `ok-to-test` label to be removed on every Mergify validation of the PR. Fixes: ba68ce6 (ci: drop `ok-to-test` label when a PR is rebased) Signed-off-by: Niels de Vos --- .mergify.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 6484ea4ab..19fe7625d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -63,9 +63,6 @@ pull_request_rules: dismiss_reviews: approved: true changes_requested: false - label: - remove: - - ok-to-test - name: ask to resolve conflict conditions: