Skip to content

Check if all the task list items in a PR description are filled

Notifications You must be signed in to change notification settings

pione30/checkboxes-all-filled

Repository files navigation

Usage

Add an yaml like below as .github/workflows/checklist.yml or something to your repository:

name: Checklist

on:
  pull_request:
    types:
      - opened
      - reopened
      - edited
      - synchronize
      - ready_for_review

jobs:
  checkboxes-all-filled:
    name: Checkboxes All Filled
    runs-on: ubuntu-latest
    steps:
      - name: Uses checkboxes-all-filled
        uses: pione30/checkboxes-all-filled@v1

Development

When you change the codes under src directory, then npm run build to build and commit the outputs under dist directory.

When to release the new version, firstly create relese branch to verify (as recommended on the document).

About

Check if all the task list items in a PR description are filled

Resources

Stars

Watchers

Forks

Packages

No packages published