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: