-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
30 lines (29 loc) · 865 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: Changeset Action
description: Automate adding a changeset for simple pull requests
author: Ian Walter
branding:
icon: book
color: blue
inputs:
type:
description: |
The SemVer type <major|minor|patch> to use when running manually and so
the "changeset:<type>" pull request label won't be used.
required: false
name:
description: |
The package name to use when running manually. If not specified, it will
be determined by looking at the closest package.json to the first changed
file.
required: false
summary:
description: |
The changeset summary to use when running manually. If not specified, the
pull request title will be used.
required: false
token:
description: GitHub token to use when getting changed files.
required: false
runs:
using: docker
image: Dockerfile