name: Check PR description
on:
pull_request:
types: [edited, opened, reopened, synchronize]
branches: [master]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check PR description
uses: clearbit/check-PR-description-action@v1.0
with:
PR_TEMPLATE_PATH: 'pull_request_template.md'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
Notifications
You must be signed in to change notification settings - Fork 1
clearbit/check-PR-description-action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
github action that checks if the description is present and different from the template for the repo
Resources
Stars
Watchers
Forks
Packages 0
No packages published