From 746b1b05eb3a0ea953c011149d9d39e19bca85e9 Mon Sep 17 00:00:00 2001 From: Jaroslav Tulach Date: Thu, 13 Nov 2025 07:10:59 +0100 Subject: [PATCH] Make CI Keep up to date a one time action --- .github/mergify.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 82e632b700f5..68884a664767 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -14,9 +14,12 @@ pull_request_rules: # Important Notes {{ notes }} {%- endif -%} - - name: Automatic PR update + - name: One time automatic PR update conditions: - or: - "label=CI: Keep up to date" actions: update: + label: + remove: + - "CI: Keep up to date"