feat: automation and documentation update Add checklist to PRs, CODEOWNERS file, fix duplicates in GH Pages, an… #7
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}" |