actions-marketplace-validations/Sync Labels from Configuration
Synchronizes labels from the given configuration file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The GitHub Token | yes | — |
| config | Path to config file for additional labels | no | .github/labels.json |
| dry | Whether to perform a dry run, only making safe "read" requests to the GitHub API. If true, label changes will not be executed on GitHub. If false, label changes will be executed. | no | true |
| forced | If true will remove any labels not configured in the config file. | no | false |
| no-default-labels | If true will discard the default labels included in this action. | no | false |
Outputs
no outputs