-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (28 loc) · 717 Bytes
/
action.yml
File metadata and controls
29 lines (28 loc) · 717 Bytes
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
name: "Issue Comment Labeler"
description: "trigger an action based on issue comment"
inputs:
github-token:
description: "Github token"
required: true
keywords:
description: "keywords to look for in the issue"
required: true
assignees:
description: "assignees to be assigned when keyword is found"
labels:
description: "labels to be set when keyword is found"
outputs:
title:
description: "Title of Issue"
body:
description: "Body of Issue"
labeled:
description: '"true" if labeled otherwise "false"'
assigned:
description: '"true" if assigned otherwise "false"'
runs:
using: "node20"
main: "lib/index.js"
branding:
icon: alert-circle
color: gray-dark