generated from PrismarineJS/prismarine-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
24 lines (24 loc) · 902 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
name: Repo Issue Commands
description: Github Action for automating repo actions via issue/PR commands. Write permission to the repo required.
inputs:
token:
description: 'Github API token, secrets.GITHUB_TOKEN.'
required: true
install-command:
description: What command to run to install the repo if the command requires installing it
required: false
/makerelease.enabled:
description: Whether to enable the `/makerelease` command
required: false
/makerelease.releaseCommitsStartWith:
description: When looking back through all the commits until the most recent release, what separator to stop at
required: false
/fixlint.enabled:
description: Whether or not to enable the `/fixlint` command
required: false
/fixlint.fix-command:
description: What command to use to fix the lint
required: false
runs:
using: node20
main: dist/index.js