From b6b3a03e8c1fb211ee96fc16d506d271a6e8ae59 Mon Sep 17 00:00:00 2001 From: OriBenHur-Akeyless <102898236+OriBenHur-akeyless@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:36:40 +0300 Subject: [PATCH] Update git-issue-jira-automation workflow --- .github/workflows/git-issues-jira-automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-issues-jira-automation.yaml b/.github/workflows/git-issues-jira-automation.yaml index 5f36b838..28507ddd 100644 --- a/.github/workflows/git-issues-jira-automation.yaml +++ b/.github/workflows/git-issues-jira-automation.yaml @@ -1,7 +1,7 @@ name: Git Issues Jira Automation Pipeline on: issues: - types: [opened, closed] + types: [opened] issue_comment: types: [created]