Skip to content

github action that checks if the description is present and different from the template for the repo

Notifications You must be signed in to change notification settings

clearbit/check-PR-description-action

Repository files navigation

Example

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 }}

About

github action that checks if the description is present and different from the template for the repo

Resources

Stars

Watchers

Forks

Packages

No packages published