Skip to content

DEVOPS-1137: Remove edited/title-change filter from JIRA PR actions workflow#745

Merged
RomFloreani merged 1 commit into
mainfrom
DEVOPS-1137-remove-jira-pr-edited-filter
Jul 6, 2026
Merged

DEVOPS-1137: Remove edited/title-change filter from JIRA PR actions workflow#745
RomFloreani merged 1 commit into
mainfrom
DEVOPS-1137-remove-jira-pr-edited-filter

Conversation

@RomFloreani

@RomFloreani RomFloreani commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

DEVOPS-1137 - In CI-tools fix bug for get_issue_key and check_jira_issue jobs
Remove the if: github.event.action != 'edited' || github.event.changes.title != null condition from the JIRA PR actions job, so the reusable workflow runs on every triggering PR event instead of being skipped on non-title edits.

Part of DEVOPS-1137: remove-jira-pr-edited-filter

This PR was run by a PowerShell script with the help of Copilot.

… non-title edits

Authored using a powershell script with the help of CO-Pilot.
Copilot AI review requested due to automatic review settings July 4, 2026 17:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Removes the conditional filter on the JIRA PR actions workflow job so the reusable JIRA PR actions workflow runs for all configured pull_request event types, including edited events that don’t include a title change.

Changes:

  • Removed the job-level if: guard that previously skipped the job on non-title edited events.
  • Ensures the reusable workflow is invoked for every configured PR trigger (opened, synchronize, reopened, ready_for_review, edited).

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

@github-actions github-actions Bot changed the title Remove edited/title-change filter from JIRA PR actions workflow DEVOPS-1137: Remove edited/title-change filter from JIRA PR actions workflow Jul 4, 2026
@RomFloreani
RomFloreani merged commit 2bd2ba5 into main Jul 6, 2026
14 of 15 checks passed
@RomFloreani
RomFloreani deleted the DEVOPS-1137-remove-jira-pr-edited-filter branch July 6, 2026 16:52
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