Skip to content

Commit 24b1bc6

Browse files
Fixed the action description file
1 parent c3868bf commit 24b1bc6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ name: 'Label and Assign'
22
description: 'Automatically label and assign new pull requests based on the paths of files being changed'
33
author: 'GitHub'
44
inputs:
5-
repo-token:
5+
token:
66
description: 'The GITHUB_TOKEN secret'
77
configuration-path:
88
description: 'The path for the label and assignment configurations'
99
default: '.github/label-and-assign.yml'
1010
required: false
11-
# sync-labels:
12-
# description: 'Whether or not to remove labels when matching files are reverted'
13-
# default: false
14-
# required: false
1511

1612
branding:
1713
icon: user

0 commit comments

Comments
 (0)