Skip to content

Adding PR tasks completed check #2

Adding PR tasks completed check

Adding PR tasks completed check #2

Workflow file for this run

name: 'PR Tasks Completed Check'
on:
pull_request:
types: [opened, edited]
jobs:
task-check:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: kentaro-m/task-completed-checker-action@v0.1.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"