-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaction.yml
29 lines (29 loc) · 882 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
27
28
29
name: Fabric Action Scripts
description: Fabric specific github action scripts
inputs:
context:
description: "Valid context: [yarn-update-base | changelog | labeled | unlabeled]"
required: true
github-token:
description: The GitHub token used to create an authenticated client
default: ${{ github.token }}
required: false
workflow_id:
description: The workflow id of the action, usually the filename.
required: false
issue-number:
description: The Github issue number
default: ${{ github.event.number }}
required: false
commit_regex:
description: A regular expression used to filter out commits.
required: false
label:
description: The label name for use with the labeled or unlabeled scripts.
required: false
outputs:
changelog:
description: "The generated changelog"
runs:
using: node20
main: index.js