From 0bb990dbfda0aeb0d187cab094a5131011ed4762 Mon Sep 17 00:00:00 2001 From: RomainFloreani Date: Thu, 14 May 2026 11:31:14 -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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_jira_actions.yml b/.github/workflows/pr_jira_actions.yml index 279b3ee..ed9916b 100644 --- a/.github/workflows/pr_jira_actions.yml +++ b/.github/workflows/pr_jira_actions.yml @@ -2,11 +2,12 @@ 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: - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3.3.0 + 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 pull-requests: write