diff --git a/.github/workflows/pr-template-checker.yml b/.github/workflows/pr-template-checker.yml new file mode 100644 index 0000000..117497a --- /dev/null +++ b/.github/workflows/pr-template-checker.yml @@ -0,0 +1,12 @@ +name: 'PR Template Checker' +on: + pull_request: + types: [edited, opened, synchronize, reopened] + +jobs: + task-check: + runs-on: ubuntu-latest + steps: + - uses: wp-media/pr-checklist-action@master + with: + repo-token: "${{ secrets.PR_TEMPLATE_TOKEN }}"