Closed dsotirakis closed 2 months ago
I think what we probably want to do is look into https://github.com/wagoid/commitlint-github-action and make this the required check, rather than the PR title.
The commit message is what we actually care about for
release-please
and not the PR title itself
yeah still experimenting, marked it as draft
Latest failures on main for the merge queue events (example) happen because there lint-pr-title action works only for
pull_request
orpull_request_target
events.This PR makes sure that it also works for
merge_group
.