forked from fuxingloh/multi-labeler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
24 lines (22 loc) · 677 Bytes
/
action.yml
File metadata and controls
24 lines (22 loc) · 677 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
name: 'Multi Labeler'
description: 'Multi labeler for title, body, comments, commit messages, branch, author or files with automated status checks.'
author: 'Fuxing Loh'
branding:
icon: tag
color: yellow
inputs:
config-path:
description: 'The path for the label configurations'
default: '.github/labeler.yml'
required: false
config-repo:
description: 'The repository for the label configurations'
default: ${{ github.repository }}
required: false
github-token:
description: 'GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)'
required: false
default: ${{ github.token }}
runs:
using: 'node16'
main: 'dist/index.js'