From e654dce82f575b3f5971b22be8e34874d8ba2a9c Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Mon, 20 Jan 2020 15:09:16 -0500 Subject: [PATCH] Project Management: Run pull request automation on closed (#19742) --- .github/workflows/pull-request-automation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-automation.yml b/.github/workflows/pull-request-automation.yml index 10277d5a3b45e3..cb6bcb8f104c11 100644 --- a/.github/workflows/pull-request-automation.yml +++ b/.github/workflows/pull-request-automation.yml @@ -1,4 +1,6 @@ -on: pull_request +on: + pull_request: + types: [opened, closed] name: Pull request automation jobs: