Add PR Format Check workflow#59
Merged
Merged
Conversation
There was a problem hiding this comment.
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.ymlworkflow triggered onpull_requestopened/edited. - Calls the shared
pr-lint.ymlreusable workflow inrdkcentral/build_tools_workflows.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9cf4d14 to
834e648
Compare
834e648 to
31f945f
Compare
GoutamD2905
approved these changes
Jul 9, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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:
TICKET-123 : description(multiple tickets supported)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)