Skip to content

Commit

Permalink
Add GH Action PR Template Checker
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Aug 26, 2024
1 parent 4b7d222 commit 355ab0e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-template-checker.yml
Original file line number Diff line number Diff line change
@@ -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 }}"

0 comments on commit 355ab0e

Please sign in to comment.