Skip to content

Commit

Permalink
Merge commit '7999ed2618d11d7fa9b63fc78a7810789072d4b9' into feature/lrc
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Aug 26, 2024
2 parents 21261f3 + 7999ed2 commit fb50ef3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr_template_chcker.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 fb50ef3

Please sign in to comment.