Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Enforce Pull Request Description Length

Actions
Check that a PR description is filled out
v1
Star (3)

Enforce Pull Request Description Length Action

This action checks that a Pull Request Description is at a minimum length. By default the minimum length is one. If a different minimum length is needed it can be passed in using an Action Input.

Inputs

minLength

A specific minimum length the description must be.

Example Usage

- name: Enforce Jira Issue Key in Pull Request Title
  uses: ryanvade/enforce-pr-description-length-action@v1

Example Usage with a specific min length

- name: Enforce Jira Issue Key in Pull Request Title
  uses: ryanvade/enforce-pr-description-length-action@v1
  with:
    minLength: 5

Enforce Pull Request Description Length 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

Check that a PR description is filled out
v1

Enforce Pull Request Description Length 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.