-
Notifications
You must be signed in to change notification settings - Fork 21.1k
.github/workflows: naive PR format checker #32480
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
base: master
Are you sure you want to change the base?
Conversation
e36a082
to
ffcc8e8
Compare
I like the idea, but the workflow is only triggered on a commit, so if we only add the milestone or rename the PR, it will not be retriggered. I like the naming one, since it will encourage/force contributors to adhere to our naming guidelines |
it is run on edits too, you can see in the history that it ran after I changed the name. The milestone indeed doesn't seem to run if I remove it. I'll double-check, because it should. |
indeed it doesn't, at least not right away. The name change does work though, and the milestone isn't such a big deal after all. I'll comment it out for now. |
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.
Regulate
This is a really good idea. |
Full disclosure: this has been generated by AI. The goal is to have a quick check that the PR format is correct, before we merge it. This is to avoid the periodical case when someone forgets to add a milestone or check the title matches our preferred format.