We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3868bf commit 24b1bc6Copy full SHA for 24b1bc6
action.yml
@@ -2,16 +2,12 @@ name: 'Label and Assign'
2
description: 'Automatically label and assign new pull requests based on the paths of files being changed'
3
author: 'GitHub'
4
inputs:
5
- repo-token:
+ token:
6
description: 'The GITHUB_TOKEN secret'
7
configuration-path:
8
description: 'The path for the label and assignment configurations'
9
default: '.github/label-and-assign.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
branding:
17
icon: user
0 commit comments