Skip to content

DEVOPS-989: use reusable pr_jira_actions workflow#856

Merged
sebhmg merged 1 commit intodevelopfrom
DEVOPS-989-github-PR-action
Mar 19, 2026
Merged

DEVOPS-989: use reusable pr_jira_actions workflow#856
sebhmg merged 1 commit intodevelopfrom
DEVOPS-989-github-PR-action

Conversation

@andrewg-mira
Copy link
Contributor

@andrewg-mira andrewg-mira commented Mar 11, 2026

DEVOPS-989 - Migrate repositories to use Jira actions github workflow

Copilot AI review requested due to automatic review settings March 11, 2026 18:07
@github-actions github-actions bot changed the title DEVOPS-989 use reusable pr_jira_actions workflow DEVOPS-989: use reusable pr_jira_actions workflow Mar 11, 2026
Copy link

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 repository’s PR→JIRA GitHub Actions workflow to use the newer reusable JIRA PR actions workflow from MiraGeoscience/CI-tools, expanding when the automation runs on PR events.

Changes:

  • Renamed the workflow/job and switched to reusable-jira-pr_actions.yml@v3.
  • Expanded pull_request trigger types to include synchronize, reopened, and ready_for_review.
  • Reordered the mapped JIRA secrets passed to the reusable workflow.
Comments suppressed due to low confidence (2)

.github/workflows/pr_jira_actions.yml:6

  • This workflow no longer sets top-level permissions: {}. Other workflows in this repo explicitly disable default GITHUB_TOKEN permissions at the workflow level and then grant only the required job-level permissions. Please re-add permissions: {} near the top (e.g., after the on: block) to keep least-privilege behavior consistent and avoid accidentally granting defaults if more jobs are added later.
    .github/workflows/pr_jira_actions.yml:6
  • Now that this workflow runs on synchronize/reopened/ready_for_review events, multiple runs can overlap on rapid pushes, potentially causing duplicated JIRA updates/comments. Consider adding a concurrency block (as done in other workflows like .github/workflows/python_analysis.yml) with cancel-in-progress: true keyed by workflow + head ref to ensure only the latest run for a PR executes.

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

You can also share your feedback on Copilot code review. Take the survey.

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.14%. Comparing base (7e3b1de) to head (18c782c).
⚠️ Report is 18 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #856      +/-   ##
===========================================
- Coverage    91.18%   91.14%   -0.05%     
===========================================
  Files          115      115              
  Lines        10272    10272              
  Branches      1898     1898              
===========================================
- Hits          9367     9362       -5     
- Misses         483      487       +4     
- Partials       422      423       +1     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sebhmg sebhmg merged commit 34dd00b into develop Mar 19, 2026
23 checks passed
@sebhmg sebhmg deleted the DEVOPS-989-github-PR-action branch March 19, 2026 15:48
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.

3 participants