From 58074109d1355776474127eb1d7c2ab37b87eb58 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 23 Nov 2021 15:42:32 +0100 Subject: [PATCH] Revert "ci: have Mergify label PRs for `actions/` with `ci/skip/e2e`" It seems that the matching condition on the modified files with -files~=^(!?actions/) validates to 'true' when that is not intended. The example in the Mergify documentation does not seem to be correct :-/ This reverts commit 411bf33a3d57e28640a52c6a071b59b4d167e6b0. See-also: https://docs.mergify.com/examples/#merging-based-on-modified-files Signed-off-by: Niels de Vos --- .mergify.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index bc6d4d833..5ce8e8fca 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -316,12 +316,3 @@ pull_request_rules: add: - Repo activity - ci/skip/e2e - - name: label PR that only changes actions - conditions: - - -files~=^(!?actions/) - actions: - label: - add: - - component/build - - component/testing - - ci/skip/e2e