Skip to content

Commit

Permalink
Merge pull request #16 from amberin/pr-template
Browse files Browse the repository at this point in the history
Add Github Action enforcing the PR checklist
  • Loading branch information
amberin authored Nov 4, 2023
2 parents 189c681 + a29b050 commit 633df30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull-request-checklist-checker.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 633df30

Please sign in to comment.