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

Automate Pull Request Checklist - Check Tasks Completed #911

Merged
merged 1 commit into from
Jan 10, 2022

Commits on Dec 21, 2021

  1. Automate Pull Request Checklist - Check Tasks Completed

    As described in tektoncd#910, we
    have a submitter checklists in pull requests that enforce with our
    standards.
    
    Currently, maintainers and reviewers have to manually check that the
    submitter checklist has been checked off and verify each item in the
    list. If the submitter checklist has not been checked off, they need
    to follow up with the user and request them to follow the standards
    and check them off.
    
    In this change, we add automation that checks that the checklist has
    been checked off. If there's an incomplete item, the check reports that
    there are incomplete tasks but does not fail yet. In a future change, we
    will make the check fail if the submitter checklist is not checked off.
    We hope that enforcing checking off the submitter checklist will encourage
    contributors to look into our standards and apply them to their
    contributions.
    
    The implementation is modeled after the check-kind-label job.
    jerop committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    15228d3 View commit details
    Browse the repository at this point in the history