-
Notifications
You must be signed in to change notification settings - Fork 802
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
Create a GitHub action to check PR title #4002
Comments
/good-first-issue |
@andreyvelich: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
People might be able to use the one we created for But I am not sure what the valid list of |
I'd be happy to take a crack at this. The semantic PR action looks like it could be coerced into doing what's needed, but this action looks like it was intended to do exactly what's requested here. Is this a sufficient list for the allowed component names?
These are the directory names under |
Thanks @pboyd for looking into this. You can see the full list of components's name here |
/assign @vikas-saxena02 |
Create a GitHub action that will check the PR title to make sure it aligns with the rules
The rules are:
component_name: description
For example:
pipelines: Fixed broken link in Getting Started with Kubeflow Pipelines
website: Fixed style issues on main page
List of components/areas:
Requested by @andreyvelich in regards of PR #3965
The text was updated successfully, but these errors were encountered: