Skip to content

Add PR Format Check workflow#59

Merged
GoutamD2905 merged 1 commit into
developfrom
feature/pr-lint
Jul 9, 2026
Merged

Add PR Format Check workflow#59
GoutamD2905 merged 1 commit into
developfrom
feature/pr-lint

Conversation

@bunnam988

@bunnam988 bunnam988 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a 9-line caller workflow that runs the shared PR format check from rdkcentral/build_tools_workflows.

Depends on: rdkcentral/build_tools_workflows#65 (merge that first)

What it does

Automatically checks every new/edited PR (including fork PRs) for:

  • Title format: TICKET-123 : description (multiple tickets supported)
  • Required description fields: Reason for change, Test Procedure, Risks, Priority

Fails the check and posts a reminder comment if format is incorrect. Deletes the comment automatically when fixed.

Files changed

  • .github/workflows/pr-lint.yml (9 lines — caller only, no logic)

Copilot AI review requested due to automatic review settings July 9, 2026 10:35
@bunnam988 bunnam988 requested review from a team as code owners July 9, 2026 10:35
Comment thread .github/workflows/pr-lint.yml Dismissed

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

Adds a GitHub Actions workflow that calls the shared PR-lint reusable workflow from rdkcentral/build_tools_workflows to validate PR title/description formatting and post a non-blocking reminder comment.

Changes:

  • Introduces a new .github/workflows/pr-lint.yml workflow triggered on pull_request opened/edited.
  • Calls the shared pr-lint.yml reusable workflow in rdkcentral/build_tools_workflows.

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

Comment thread .github/workflows/pr-lint.yml
Comment thread .github/workflows/pr-lint.yml Outdated
Copilot AI review requested due to automatic review settings July 9, 2026 11:17

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread .github/workflows/pr-lint.yml
Comment thread .github/workflows/pr-lint.yml Outdated
Copilot AI review requested due to automatic review settings July 9, 2026 12:23

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread .github/workflows/pr-lint.yml
Comment thread .github/workflows/pr-lint.yml
@bunnam988 bunnam988 changed the title Add PR lint workflow Add PR Format Check workflow Jul 9, 2026
@GoutamD2905 GoutamD2905 merged commit 5c67e39 into develop Jul 9, 2026
11 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants