From 7385643bd0550be264cc85f3a93e41255c2ef9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= <33655937+jkoenig134@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:21:06 +0100 Subject: [PATCH] Chore/properly configure mergify (#19) * chore: properly configure mergify * chore: update name and label --- .github/mergify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 03a912fc9..da9e00901 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,6 +1,6 @@ pull_request_rules: - - name: continuously rebase pull requests when it's not labeled with `norebase` + - name: update pull request conditions: - - label!=norebase + - label!=wip actions: - rebase: + update: