From ea7a0b723b24ead12cd82ff5078edb0c2a432c4c Mon Sep 17 00:00:00 2001 From: Sergio Barrio Date: Mon, 9 Feb 2026 17:07:58 +0100 Subject: [PATCH] Run IH assistant on new issues --- .github/workflows/issue_notification.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: