Check pull request description
ActionsTags
(2)A GitHub action ensuring that PRs have descriptions.
name: "PR description check"
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
publish:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: nouzbe/check-pull-request-description@v1.11Check pull request description is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.