Skip to content

Commit

Permalink
Update issue-notify from devops template
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jan 24, 2022
1 parent ca47b6b commit bb585ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/issue-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb585ed

Please sign in to comment.