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

Catch invalid labels earlier #11421

Merged

Commits on Feb 21, 2019

  1. Catch invalid labels earlier

    Previously the code to verify labels was only being run if
    the --orgs flag was passed.  This allowed people to check in
    invalid labels (description too long) and not find out about
    it until the first time the label-sync job ran.
    
    This change will validate all labels regardless of whether
    --orgs is passed in, allowing the hack/update-labels.sh
    script to catch invalid labels. The warning about repos not
    being in --orgs is only triggered if --orgs is passed in
    the first place
    spiffxp committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    4efdcd8 View commit details
    Browse the repository at this point in the history