You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Enforce Pull Request Description Length
v1
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.
A specific minimum length the description must be.
- name: Enforce Jira Issue Key in Pull Request Title
uses: ryanvade/enforce-pr-description-length-action@v1
- name: Enforce Jira Issue Key in Pull Request Title
uses: ryanvade/enforce-pr-description-length-action@v1
with:
minLength: 5