-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
42 lines (34 loc) · 809 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
32
33
34
35
36
37
38
39
40
41
42
name: "organize-contributors"
description: "GitHub Action organize-contributors"
author: "thinkasany"
branding:
icon: "check-circle"
color: "gray-dark"
inputs:
github_token:
description: Your GitHub token for authentication.
required: true
pr_number:
description: "your pr number"
required: true
organize_name:
description: "your organize name"
required: true
team_name:
description: "your team name"
required: true
team_label:
description: "your team label"
default: "Core Team"
enable_team_label:
description: "enabled by default"
default: "true"
enable_suffix:
description: "enabled by default"
default: "true"
outputs:
result:
description: "The result of api"
runs:
using: node16
main: 'dist/index.js'