urfave/cli

Validate that PRs have a title / release notes / labels

Open

#1007 opened on Dec 21, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (23,088 stars) (1,735 forks)batch import
area/v2help wantedkind/maintenancestatus/confirmed

Description

Enforce that a PR has a minimum of (a) a title, (b) a release notes block, and (c) a valid (kubernetes) label. Do this enforcement as a precheck before the PR is sent for review or at merge time (something like https://probot.github.io/apps/semantic-pull-requests/)

via https://github.com/urfave/cli/issues/965#issuecomment-568211620

Contributor guide