generated from actions/container-toolkit-action
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
action.yml
31 lines (31 loc) · 780 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
31
name: 'Auto label'
description: 'issue creator can check their own labels'
author: 'Renato66'
branding:
icon: 'check-square'
color: 'blue'
inputs:
repo-token:
description: 'github token for the repository'
required: true
ignore-comments:
description: 'ignore labels inside issue comments'
default: 'true'
include-title:
description: 'include title in labels search'
default: 'true'
labels-synonyms:
description: 'text synonyms for labels'
default: ''
labels-not-allowed:
description: 'ignored labels'
default: ''
default-labels:
description: 'default labels'
default: ''
failover-labels:
description: 'labels that will be set when no labels found'
default: ''
runs:
using: 'docker'
image: 'Dockerfile'