generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
30 lines (30 loc) · 891 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: 'Review cheerleader'
description: 'A cheerleader for GitHub pull request reviews that allots cheerio points to developers.'
inputs:
api-token:
description: 'Token to run graphQL (to get pullrequest details) and get artifact call, need scopes: read:discussion, read:org, repo'
required: true
default: ''
slack-webhook-url-map:
description: 'webhook urls JSON to post to, map of teamname to webhook url'
required: false
default: ''
slack-heading-emoji:
description: 'emoji slack heading message'
required: false
default: '👋'
slack-cheerio-emoji:
description: 'emoji cheerio coin'
required: false
default: '🪙'
ouputs:
cheerios-map:
description: 'Result JSON'
cheerios-file:
description: 'State file to store as artifact'
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'award'
color: 'orange'