Skip to content

PDP-473:Create pr-workflow.yaml #932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

SameeraPriyathamTadikonda
Copy link
Contributor

No description provided.

@Copilot Copilot AI review requested due to automatic review settings June 6, 2025 22:59
Copy link

@Copilot 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

This PR introduces a new GitHub Actions workflow for validating JIRA ticket IDs on pull requests.

  • Implements a new reusable workflow that triggers on pull_request_target events.
  • Passes the pull request title to the reusable JIRA ID check workflow.

jira-pr-check:
name: 🏷️ Validate JIRA ticket ID
# Use the reusable workflow from the central repository
uses: marklogic/pr-workflows/.github/workflows/jira-id-check.yml@main
Copy link
Preview

Copilot AI Jun 6, 2025

Choose a reason for hiding this comment

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

Consider pinning the workflow to a specific commit hash instead of using the 'main' branch to ensure reproducibility and mitigate potential issues from unintended changes.

Suggested change
uses: marklogic/pr-workflows/.github/workflows/jira-id-check.yml@main
uses: marklogic/pr-workflows/.github/workflows/jira-id-check.yml@<commit-hash>

Copilot uses AI. Check for mistakes.

@SameeraPriyathamTadikonda SameeraPriyathamTadikonda merged commit fa18e25 into marklogic:develop Jun 9, 2025
1 check failed
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