From c77c73a0f207d3eb989d69128563fc2ae9105e01 Mon Sep 17 00:00:00 2001 From: RomainFloreani Date: Thu, 14 May 2026 11:32:57 -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/pr_jira_actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_jira_actions.yml b/.github/workflows/pr_jira_actions.yml index 4fa28f8..ed9916b 100644 --- a/.github/workflows/pr_jira_actions.yml +++ b/.github/workflows/pr_jira_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: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3 permissions: contents: read