Skip to content

Commit d2e565a

Browse files
RomFloreaniCopilot
andcommitted
[COPILOT Edit]: add edited trigger to jira workflow to validate updated PR titles
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 54bacc7 commit d2e565a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr_jira_actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: JIRA actions
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
5+
types: [opened, synchronize, reopened, ready_for_review, edited]
66

77
jobs:
88
call-workflow-pr_jira_actions:
9+
if: github.event.action != 'edited' || github.event.changes.title != null
910
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3
1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)