From c6f1e1a8bb614b9ff90318f0fd803ff61f244d9b Mon Sep 17 00:00:00 2001 From: RomainFloreani Date: Thu, 14 May 2026 11:28:47 -0400 Subject: [PATCH] [COPILOT Edit]: add edited trigger to jira workflow to validate updated PR titles Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/jira-pr_actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jira-pr_actions.yml b/.github/workflows/jira-pr_actions.yml index bbeed30..d891b47 100644 --- a/.github/workflows/jira-pr_actions.yml +++ b/.github/workflows/jira-pr_actions.yml @@ -2,10 +2,11 @@ name: JIRA actions on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, synchronize, reopened, ready_for_review, edited] jobs: call-workflow-pr_jira_actions: + if: github.event.action != 'edited' || github.event.changes.title != null uses: ./.github/workflows/reusable-jira-pr_actions.yml permissions: contents: read