From bb585ed9ba6ff7d7f812ab5c027189adf7e93b19 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Mon, 24 Jan 2022 14:37:32 -0500 Subject: [PATCH] Update issue-notify from devops template --- .github/workflows/issue-notify.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issue-notify.yml b/.github/workflows/issue-notify.yml index 65023d7..430b399 100644 --- a/.github/workflows/issue-notify.yml +++ b/.github/workflows/issue-notify.yml @@ -2,9 +2,13 @@ name: issue-notify on: issues: - types: [opened] + types: [opened,assigned,closed,reopened] issue_comment: types: [created] + pull_request: + types: [closed,assigned,converted_to_draft,ready_for_review,review_requested] + pull_request_review: + types: [submitted] jobs: notify: