forked from aslafy-z/conventional-pr-title-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
26 lines (26 loc) · 831 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: conventional-pr-title
author: Zadkiel <[email protected]>
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
inputs:
success-state:
description: Description of the status check if validation succeeds.
required: true
default: Title follows the specification.
failure-state:
description: Description of the status check if validation fails.
required: true
default: Title does not follow the specification.
context-name:
description: Persistent status check context key
required: true
default: conventional-pr-title
preset:
description: Conventional changelog preset to use.
required: true
default: conventional-changelog-angular
runs:
using: docker
image: Dockerfile
branding:
icon: shield
color: green