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

build: use Actions to validate commit message #32417

Closed
wants to merge 1 commit into from

Commits on Jun 10, 2021

  1. build: use Actions to validate commit message

    Actions interface has a better integration with GitHub, and with
    Annotations and Problem Matcher we can display all failed checks in a
    single place, so that users don't have to go through the logs to figure
    out what's wrong. Since the job on Travis was allowed to fail and is not
    as easy to read, remove it from our Matrix.
    
    The Action will check every commit in the Pull Request, skipping commits
    with "fixup" or "squash".
    mmarchini committed Jun 10, 2021
    Copy the full SHA
    46d6b02 View commit details
    Browse the repository at this point in the history