Skip to content

Commit 150b756

Browse files
authored
Merge pull request #64 from MiraGeoscience/DEVOPS-1060-add-jira-title-trigger
DEVOPS-1060: [COPILOT Edit]: Add JIRA title trigger to PR workflow
2 parents 1fa1c09 + 0bb990d commit 150b756

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr_jira_actions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ 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-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3.3.0
9+
if: github.event.action != 'edited' || github.event.changes.title != null
10+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3
1011
permissions:
1112
contents: read
1213
pull-requests: write

0 commit comments

Comments
 (0)