From 700ef6f70e9fc9b5b1e8e32cd0232cadea5b04ac Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:51:43 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20PR=E3=81=8Cdraft=E6=99=82=E3=81=AB?= =?UTF-8?q?=E3=81=AFCI=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=97=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request-merge-check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index d3b87548..8f75680c 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -4,6 +4,11 @@ on: pull_request: branches: - "develop" + types: + - opened # default + - reopened # default + - synchronize # default + - ready_for_review # 必要 permissions: @@ -15,6 +20,7 @@ permissions: jobs: setup: name: Setup + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - name: Checkout