generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
action.yml
22 lines (22 loc) · 854 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
name: 'prow-github-actions'
description: 'Prow inspired github CI/CD actions'
author: 'John McBride'
inputs:
github-token:
description: "Token used by prow actions to accomplish jobs and tasks. May be a bot user access token or the limited scope Github token"
required: true
prow-commands:
description: "Comment keywords/commands to look for. Space delimited. Expect commands on own line."
required: false
jobs:
description: "The jobs to automatically run on event. Space delimited. Expect commands on own line."
required: false
merge-method:
description: "Strategy for Prow-github-actions to take when merging a pull request using the lgtm cron-job. Can be 'squash', 'rebase', or 'merge'. Defaults to 'merge'"
required: false
branding:
color: blue
icon: anchor
runs:
using: 'node12'
main: 'dist/index.js'