Skip to content

CCM-15317: Enforce Jira in Commits#338

Open
damientobin1 wants to merge 11 commits into
mainfrom
feature/CCM-15317_enforce_jira_in_coomits
Open

CCM-15317: Enforce Jira in Commits#338
damientobin1 wants to merge 11 commits into
mainfrom
feature/CCM-15317_enforce_jira_in_coomits

Conversation

@damientobin1
Copy link
Copy Markdown
Contributor

@damientobin1 damientobin1 commented May 11, 2026

Description

Adding PR Title Validation

Context

Added main PR title check from shared-modules
Added Dependabot checks in .github/workflows/manual-combine-dependabot-prs.yaml and .github/dependabot.yaml

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@damientobin1 damientobin1 requested a review from a team as a code owner May 11, 2026 08:12
@damientobin1 damientobin1 changed the title Feature: CCM-15317 Enforce Jira in Commits CCM-15317: Enforce Jira in Commits May 11, 2026
Comment thread .github/workflows/manual-combine-dependabot-prs.yaml Outdated
sidnhs
sidnhs previously approved these changes May 11, 2026
Copy link
Copy Markdown

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 updates repository automation to enforce a Jira-style prefix in PR titles (via a shared GitHub Action) and to ensure Dependabot-related PRs/commits comply with that format.

Changes:

  • Add a new GitHub Actions workflow that validates PR title format on PR events targeting main.
  • Update the manual “combine Dependabot PRs” workflow to use a Jira-prefixed combined PR title/body header.
  • Configure Dependabot to prefix its commit messages (and therefore its PR titles) with a Jira key.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.

File Description
.github/workflows/manual-combine-dependabot-prs.yaml Prefixes the combined Dependabot PR title/body header with a Jira key to satisfy title validation.
.github/workflows/cicd-4-pr-title-check.yaml Introduces a PR-title format enforcement workflow using the shared-modules action.
.github/dependabot.yaml Adds a Jira-prefixed commit-message.prefix for all configured ecosystems so Dependabot PRs/commits meet the enforced format.

Comment thread .github/dependabot.yaml
Comment thread .github/dependabot.yaml
Comment thread .github/dependabot.yaml
Comment thread .github/dependabot.yaml
Comment thread .github/dependabot.yaml
Comment thread .github/workflows/manual-combine-dependabot-prs.yaml
Comment thread .github/workflows/cicd-4-pr-title-check.yaml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@damientobin1 damientobin1 requested a review from a team as a code owner May 14, 2026 09:24
Copy link
Copy Markdown

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

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

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.

4 participants