diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/tasklist_completed.yml b/.github/workflows/tasklist_completed.yml new file mode 100644 index 0000000..9ea2d1a --- /dev/null +++ b/.github/workflows/tasklist_completed.yml @@ -0,0 +1,12 @@ +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 }}"