From e7c4474e076d1c5cbc610c0008b4fc3e86fa661f Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 17 Jul 2024 14:27:12 -0300 Subject: [PATCH] ci: add auto_merge_enabled to pull_request types in ci.yml (#2762) ci.yml: add pull_request types for auto_merge_enabled --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234bfb3e1..d746e52e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ on: description: "Store API Key" required: false type: string + pull_request: + types: [auto_merge_enabled] pull_request_review: types: [submitted]