DEVOPS-989: use reusable pr_jira_actions workflow#54
Open
andrewg-mira wants to merge 1 commit intodevelopfrom
Open
DEVOPS-989: use reusable pr_jira_actions workflow#54andrewg-mira wants to merge 1 commit intodevelopfrom
andrewg-mira wants to merge 1 commit intodevelopfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s PR-to-JIRA automation workflow to use the newer reusable pr_actions workflow, aligning triggers with other PR workflows.
Changes:
- Renames the workflow and switches to
MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_actions.yml@v3. - Expands PR event triggers to include
synchronize,reopened, andready_for_review. - Reorders the passed JIRA secrets (no functional change).
Comments suppressed due to low confidence (1)
.github/workflows/pr_jira_actions.yml:6
- This workflow no longer sets a top-level
permissions: {}. In this repo, other workflows consistently set workflow-level permissions to{}and then explicitly grant per-job permissions (e.g.,.github/workflows/python_analysis.yml:20,issue_to_jira.yml:7). Consider re-addingpermissions: {}at the workflow level here to keep the default GITHUB_TOKEN scope minimal and consistent, while relying on the job-level permissions block for the required access.
💡 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DEVOPS-989 - Migrate repositories to use Jira actions github workflow