From 4c6e3b10127736aa29a662d44f83b1a8ca3aa278 Mon Sep 17 00:00:00 2001 From: Isaac Levin <8878502+isaacrlevin@users.noreply.github.com> Date: Tue, 9 Feb 2021 13:31:45 -0800 Subject: [PATCH] Update create-pr.yml --- .github/workflows/create-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index 4f8ba7d12..513eca4c7 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -1,5 +1,7 @@ name: Create PR -on: [pull_request] +on: + pull_request: + types: [opened] jobs: gitIssueCreation: