mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
Update the README (#612)
* Update the README * Remove extra spaces * Remove extra space
This commit is contained in:
@@ -122,7 +122,7 @@ Various inputs are defined in [`action.yml`](action.yml) to let you configure th
|
||||
|
||||
| Name | Description | Default |
|
||||
|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|
|
||||
| `repo-token` | Token to use to authorize label changes. Typically the GITHUB_TOKEN secret | N/A |
|
||||
| `repo-token` | Token to use to authorize label changes. Typically the GITHUB_TOKEN secret | `github.token` |
|
||||
| `configuration-path` | The path to the label configuration file. If the file doesn't exist at the specified path on the runner, action will read from the source repository via the Github API. | `.github/labeler.yml` |
|
||||
| `sync-labels` | Whether or not to remove labels when matching files are reverted or no longer changed by the PR | `false` |
|
||||
| `dot` | Whether or not to auto-include paths starting with dot (e.g. `.github`) | `false` |
|
||||
|
||||
Reference in New Issue
Block a user