-
Notifications
You must be signed in to change notification settings - Fork 331
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
feat(CI): check for badly formatted titles or missing/contradictory labels #16303
base: master
Are you sure you want to change the base?
Conversation
PR summary f18acca564Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Thanks again! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your careful review! I just revamped the logic, which should be much more robust now.
The script checks most items from the commit convention, ensures that a feature PR has a topic/area label, and errors if any two labels are contradictory. Add detailed tests for the title validation.
Co-authored-by: Bryan Gin-ge Chen <[email protected]>
Co-authored-by: Jon Eugster <[email protected]>
2bb1de2
to
22998e8
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CI looks green now: I don't mind if this is reviewed together with #17649 or separately. |
The zulip workflow is entirely cargo-culted from #16296; please review carefully.