Skip to content

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/[email protected]
         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