ci: force qodo to check PR desc#7346
Merged
JohnMcLear merged 1 commit intoether:developfrom Mar 4, 2026
Merged
Conversation
Review Summary by QodoAdd PR description requirement to best practices
WalkthroughsDescription• Add PR description requirement to best practices • Enforce non-empty descriptions for all pull requests • Flag incomplete PRs without descriptions Diagramflowchart LR
A["best_practices.md"] -- "Add PR description rules" --> B["PR guidelines updated"]
File Changes1. best_practices.md
|
Code Review by Qodo
1. No enforcement implemented
|
Comment on lines
+8
to
+9
| * PRs MUST include a non-empty description explaining what the change does and why | ||
| * PRs without a description should be flagged as incomplete |
There was a problem hiding this comment.
1. No enforcement implemented 🐞 Bug ✓ Correctness
Despite the PR title/description implying a CI/qodo check, the change only adds documentation text and does not implement any repository-side enforcement. As a result, PRs with empty descriptions will not be automatically flagged by this repo’s CI based on this change alone.
Agent Prompt
## Issue description
The PR claims to “force qodo to check PR desc”, but only adds documentation bullets. If the goal is enforcement, a repo-local check (CI) needs to be added; otherwise the PR’s stated intent is misleading.
## Issue Context
The requirement is currently only expressed as text in `best_practices.md`.
## Fix Focus Areas
- best_practices.md[6-12]
- .github/workflows/* (add a new workflow to validate PR description, or adjust existing workflow set accordingly)
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
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.
Force qodo to check PR desc