Skip to content

feat: automation and documentation update Add checklist to PRs, CODEOWNERS file, fix duplicates in GH Pages, an… #2

feat: automation and documentation update Add checklist to PRs, CODEOWNERS file, fix duplicates in GH Pages, an…

feat: automation and documentation update Add checklist to PRs, CODEOWNERS file, fix duplicates in GH Pages, an… #2

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