forked from shikajiro/actions-mention-to-chatwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
30 lines (30 loc) · 878 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: "Github mention to Chatwork"
description: "Convert Github mention to Chatwork mention"
inputs:
configuration-path:
description: "Path to config-yaml-file to convert Github username to Chatwork member ID."
required: true
default: ".github/mention-to-chatwork.yml"
api-token:
description: "chatwork access token."
required: true
repo-token:
description: "Github access token to fetch .github/mention-to-chatwork.yml file."
required: true
run-id:
description: "Used for the link in the error message when an error occurs."
required: false
review-request:
description: "need Review request "
required: true
default: "true"
action:
description: "Action name."
deprecationMessage: "not use."
required: false
runs:
using: "node20"
main: "dist/index.js"
branding:
icon: "message-square"
color: "red"