Issue Check

Checks issues against keywords and task lists to ensure required info is there
Screenshot of Issue Check app

Repository

stevenzeck/issue-check

Authors

stevenzeck

Updated

June 21, 2022

Used By

RevenueCat coolcode laraform CartoonFan XZot1K reedhhw SmallDreams hemanth22 velotoxicsounds magnetica-studio

What It Does

issue-check looks at the body of an issue and adds a label and comment if it has unchecked boxes in the tasklist and/or has missing keywords.

Setup

  1. Install the GitHub app
  2. Create a .github/issuecomplete.yml file in your repository (see issuecomplete.yml for a template). If you don't create this, the app will use defaults.
# The name of the label to apply when an issue does not have all tasks checked
labelName:

# The color of the label in hex format (without #)
labelColor:

# The text of the comment to add to the issue in addition to the label
commentText: >
  Text here.
  More text here.
  And more text here.

# Whether or not to ensure all checkboxes are checked
checkCheckboxes: true  

keywords:
  - gist
  - recreate

Deploy

See docs/deploy.md if you would like to run your own instance of this app.

Get occasional updates on new apps & features.

Star

with by the Probot community

Code licensed ISC Docs licensed CC-BY-4.0