Skip to content

Commit 02ef220

Browse files
authored
Merge pull request #1129 from DataDog/sbarrio/chore/run-issue-notification-action-on-new-issue-creation
[CHORE] Set IH Assistant to run on new issues
2 parents 3d656be + ea7a0b7 commit 02ef220

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/issue_notification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Github Issue Notification
33

44
on:
55
# # When a new issue is opened
6-
# issues:
7-
# types:
8-
# - opened
6+
issues:
7+
types:
8+
- opened
99

1010
# When manually triggering the workflow
1111
workflow_dispatch:

0 commit comments

Comments
 (0)