Skip to content

Commit 5a11841

Browse files
authored
Create action.yml
1 parent 0ac1b7e commit 5a11841

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: action.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 'Labeler'
2+
description: 'Automatically label new pull requests based on the paths of files being changed'
3+
author: 'GitHub'
4+
inputs:
5+
repo-token:
6+
description: 'The GITHUB_TOKEN secret'
7+
configuration-path:
8+
description: 'The path for the label configurations'
9+
default: '.github/labeler.yml'
10+
required: false
11+
sync-labels:
12+
description: 'Whether or not to remove labels when matching files are reverted'
13+
default: false
14+
required: false
15+
16+
runs:
17+
using: 'node12'
18+
main: 'dist/index.js'

0 commit comments

Comments
 (0)