Skip to content

Check pull request description

Actions
Ensures that pull requests have a non-empty description
v1.11
Latest
Star (4)

Check Pull Request Description

Version

A GitHub action ensuring that PRs have descriptions.

Example Workflow

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.11

Check 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.

About

Ensures that pull requests have a non-empty description
v1.11
Latest

Check 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.