diff --git a/.github/workflows/issue_notification.yml b/.github/workflows/issue_notification.yml index 58374ca7e..41731149b 100644 --- a/.github/workflows/issue_notification.yml +++ b/.github/workflows/issue_notification.yml @@ -3,9 +3,9 @@ name: Github Issue Notification on: # # When a new issue is opened - # issues: - # types: - # - opened + issues: + types: + - opened # When manually triggering the workflow workflow_dispatch: