Skip to content
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

mlh: use a regexp to check signed-off-by #27732

Merged
merged 1 commit into from Aug 28, 2023

Conversation

kaworu
Copy link
Member

@kaworu kaworu commented Aug 28, 2023

Before this patch, mlh would accept PRs containing "Signed-off-by" in the commit title (rather than as a "trailer" in the commit description).

Note that this improvement is not bullet-proof, e.g. a commit with "Signed-off-by:" as title would still pass the check (but hopefully not the review).

Before this patch, mlh would accept PRs containing "Signed-off-by" in
the commit title (rather than as a "trailer" in the commit description).

Signed-off-by: Alexandre Perrin <alex@isovalent.com>
@kaworu kaworu added kind/enhancement This would improve or streamline existing functionality. area/CI Continuous Integration testing issue or flake release-note/misc This PR makes changes that have no direct user impact. labels Aug 28, 2023
@kaworu kaworu requested a review from aanm August 28, 2023 10:12
@kaworu kaworu requested a review from a team as a code owner August 28, 2023 10:12
@aanm aanm merged commit 28b6227 into cilium:main Aug 28, 2023
45 checks passed
@kaworu kaworu deleted the pr/kaworu/mlh/use-regexp-for-signed-off-by branch August 30, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants