Enforce Pull Request Description Length
ActionsThis 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 Pull Request Description Length
uses: ryanvade/[email protected]
- name: Enforce Pull Request Description Length
uses: ryanvade/[email protected]
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.