From f1a730c5acaf14ccae800576a25aede97279aac2 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Mon, 16 Dec 2024 21:17:28 +0100 Subject: [PATCH] Test mergify auto approve --- .github/mergify.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index d9dc81f..18d558b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -192,6 +192,17 @@ pull_request_rules: comment: message: "/terratest" + - name: "approve automated PRs that only update the markdown files, images or videos" + conditions: + - and: *is_open + - and: *is_default_branch + - and: *is_a_bot + - "head~=auto-update/.*" + - "files~=\\.(md|gif|png|jpg|mp4)$" + actions: + review: + type: APPROVE + - name: "merge automated PRs that only update the markdown files, images or videos" conditions: - and: *is_open