-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (30 loc) · 1.14 KB
/
action.yml
File metadata and controls
31 lines (30 loc) · 1.14 KB
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
27
28
29
30
31
name: Conventional PR Title
author: step-security
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: false
default: Title follows the specification.
failure-state:
description: Description of the status check if validation fails.
required: false
default: Title does not follow the specification.
context-name:
description: Persistent status check context key
required: false
default: conventional-pr-title
preset:
description: Conventional changelog preset to use.
required: false
default: conventional-changelog-conventionalcommits@7
target-url:
description: URL to be used when linking the "Details" in the actions overview.
required: false
default: https://www.conventionalcommits.org/en/v1.0.0/#summary
runs:
using: "docker"
image: "docker://ghcr.io/step-security/conventional-pr-title-action:v3.2.6@sha256:8fddaf23a0547ea3031772060f7ecefbfc5bf75da78ff259d6855f36ff4bf535" #v3.2.6
branding:
icon: shield
color: green