-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
30 lines (30 loc) · 863 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
30
name: "Github Actions Mobsuccess"
description: "Github Mobsuccess Compliance"
inputs:
action:
description: "The action to be performed: validate-pr or after-pr-merged or changelog"
required: false
github-token:
description: "your github auth token"
required: false
amplify-uri:
description: "the AWS Amplify URI template"
required: false
storybook-amplify-uri:
description: "the AWS Amplify Storybook URI template"
required: false
unreleased-tag:
description: "Latest unreleased (yet) tag for which to generate changelog"
required: false
max-releases:
description: "The number of releases for which to generate a changelog"
required: false
outputs:
changelog:
description: "The generated changelog"
branding:
icon: "chevron-right"
color: "gray-dark"
runs:
using: "node12"
main: "index.js"