-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaction.yaml
More file actions
25 lines (25 loc) · 768 Bytes
/
action.yaml
File metadata and controls
25 lines (25 loc) · 768 Bytes
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
name: Conventional Commits Pull Request
description: Lints a pull request title based on Conventional Commits
branding:
icon: align-left
color: blue
inputs:
bots_ignore:
required: false
description: A list of bots to ignore when linting the pull request title. Can be a comma-separated list.
default: ""
comment:
required: false
description: Post a comment in the pull request conversation with examples.
default: "true"
token:
required: false
description: Access token to the repository.
default: ${{ github.token }}
subject_pattern:
required: false
description: A regex pattern to validate the subject of the commit message.
default: ""
runs:
using: node20
main: dist/index.js