Skip to content

DEVOPS-1060: [COPILOT Edit]: Add JIRA title trigger to PR workflow#407

Merged
RomFloreani merged 1 commit into
developfrom
DEVOPS-1060-add-jira-title-trigger
May 14, 2026
Merged

DEVOPS-1060: [COPILOT Edit]: Add JIRA title trigger to PR workflow#407
RomFloreani merged 1 commit into
developfrom
DEVOPS-1060-add-jira-title-trigger

Conversation

@RomFloreani
Copy link
Copy Markdown
Contributor

@RomFloreani RomFloreani commented May 14, 2026

DEVOPS-1060 - in github, exception on jira number check for automatic PR Bumping CI-tools
Add conditional to JIRA workflow to only trigger validation on PR title changes when the event is 'edited'.

Part of DEVOPS-1060: add-jira-title-trigger

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

…ed PR titles

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 14, 2026 15:36
@github-actions github-actions Bot changed the title [COPILOT Edit]: Add JIRA title trigger to PR workflow DEVOPS-1060: [COPILOT Edit]: Add JIRA title trigger to PR workflow May 14, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the PR JIRA validation workflow to also listen for pull_request.edited events, while ensuring the reusable JIRA workflow only runs on edits that include a PR title change (avoiding unnecessary runs for other edit types like description updates).

Changes:

  • Add edited to the pull_request event types for the workflow.
  • Gate the job execution so edited events only trigger the job when github.event.changes.title is present.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@RomFloreani RomFloreani merged commit 4267f86 into develop May 14, 2026
21 checks passed
@RomFloreani RomFloreani deleted the DEVOPS-1060-add-jira-title-trigger branch May 14, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants