-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
29 lines (29 loc) · 1.04 KB
/
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
27
28
29
name: Techor Actions
author: Aron <[email protected]>
description: A set of GitHub Actions for techor ecosystem
inputs:
action:
description: The action to execute.
required: true
pr-title-check-valid-message:
description: Description of the status check if validation succeeds.
required: false
default: follows the techor-conventional-commits
pr-title-check-invalid-message:
description: Description of the status check if validation fails.
required: false
default: doesn't follow the techor-conventional-commits
pr-title-check-name:
description: Persistent status check context key
required: false
default: Title of pull request
pr-title-check-detail-url:
description: URL to be used when linking the "Details" in the actions overview.
required: false
default: https://github.com/techor-dev/techor/tree/main/packages/conventional-commits
runs:
using: docker
image: .github/actions/Dockerfile
branding:
icon: shield
color: green