-
Notifications
You must be signed in to change notification settings - Fork 3
/
action.yml
30 lines (27 loc) · 915 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: "Alex Recommends"
description: "Create comment on pull request with alex recommendations."
author: "mcmcgrath13"
inputs:
GITHUB_TOKEN:
description: "set secrets.GITHUB_TOKEN here"
message_id:
description: "string to identify this message, once a message with this id is added - won't be added again"
default: 'Alex Recommends'
no_binary:
description: "Alex noBinary configuration option - if false items like `he or she` will not be corrected to `they`"
default: true
profanity_sureness:
description: "Alex profanitySureness configuration option - 0=unlikely, 1=maybe, 2=likely"
default: 1
glob_pattern:
description: "Glob pattern used for filtering files"
default: "*"
pr_only:
description: "Whether to only run alex on files changed in this PR"
default: true
runs:
using: "node12"
main: "dist/index.js"
branding:
color: purple
icon: edit-3