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

✨ Release Notes Tooling & PR Verifier #2

Merged

Commits on Sep 24, 2020

  1. Add vincepri to approvers

    He's into release tooling stuff and his work is going into this repo.
    DirectXMan12 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4125276 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Release note composer

    This adds in a release notes composer that's based on
    controller-runtime's `hack/release/` tooling & the subsequent
    cluster-api release tooling written by vincepri, whence it draws pretty
    heavily.
    DirectXMan12 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    39377a5 View commit details
    Browse the repository at this point in the history
  2. Actions verifier framework

    This adds an actions verifier framework that makes it easy to run
    various checks against a pull request title/description, and send rich
    checks API results to GitHub.
    DirectXMan12 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    bf988a2 View commit details
    Browse the repository at this point in the history
  3. Add PR Verifier action

    This adds a github action that verifies PR titles according to the
    release notes rules, and verifies a couple of basic PR descriptiveness
    checks.  It's automatically run on this repository.
    DirectXMan12 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    3f8b037 View commit details
    Browse the repository at this point in the history