Skip to content

PR Checklist General

Automatically evaluate PRs against code requirement checklists.

PR Checklist General

Configuration Description

There are no conditions for this action - if included as presented in the demo, it's run every time.

Automation Actions:

  • Post a comment containing a checklist with each completed item checked off.

PR Checklist General

# -*- mode: yaml -*-

manifest:
  version: 1.0

automations:
  checklist: 
    if:
      - true
    run:
      - action: add-comment@v1
        args:
          comment: {{ "" | checklist(branch, files, pr, repo, env, source) }}

Additional Resources

gitStream is a workflow automation tool that enables you to use YAML configuration files to optimize your code review process. Add context to PRs, find code experts for reviews, and automate the merge process to maximize developer productivity.

Learn More about how gitStream Works.

More Automations can be found on the Automation Library and Integrations pages.