Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskonfirm

lint test .github/workflows/ci-test-run.yml

Fails when any check-box in the pull request's body is not checked.

How this works

Just fails when there are unchecked checkboxes.
Checkboxes which the label is surrounded by ~~ isn't be checked.

How to use

Use this action in pull_request event.

name: Todo check

on:
  pull_request:
    types: [ opened, edited ]

jobs:
  eslint:
    runs-on: ubuntu-latest

    steps:
      - uses: loxygenK/taskonfirm@v1.0.0

PRの本文のチェックボックスにチェックが入っていないと落ちるactionです。

仕様

チェックが入っていないチェックボックスがあると落ちます。
ただし、チェックボックスのラベルが~~で囲まれている場合は判定対象になりません。

使い方

pull_request イベントの中でuseしてください。.

name: Todo check

on:
  pull_request:
    types: [ opened, edited ]

jobs:
  eslint:
    runs-on: ubuntu-latest

    steps:
      - uses: loxygenK/taskonfirm@v1.0.0

About

Fails when any check-box in the pull request's body is not checked.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages