zephyrproject-rtos/Manifest
Manage Pull Requests that modify a west manifest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The token to authenticate with | — | — |
| verbosity-level | — | no | 0 |
| manifest-path | The relative path to the manifest file | yes | — |
| checkout-path | The path to the checked out PR. Relative or absolute depending on whether the GITHUB_WORKSPACE env var is defined | no | none |
| use-tree-checkout | If true, comparison will be made on Git tree checkouts | no | false |
| west-import-flag | West import flag to use when parsing the checked out manifest. Choices are all, none, self | no | all |
| check-impostor-commits | If true, a check for impostor commits will be performed | no | false |
| message | Message to post | no | none |
| allowed-unreachables | Comma-separated list of repos which are allowed to be unreachable | no | none |
| labels | Comma-separated list of labels with optional module name filter: <label>[:<module-name>[;<module-name>[;...]]]' Example: labels: 'test-bootloader:bootloader;hal;drivers, foo:bar;baz;drivers' This will add the 'test-bootloader' label when the bootloader, hal, or drivers module is changed, and add the 'foo' label if the bar, baz, or drivers module is changed. | no | none |
| dnm-labels | Comma-separated list of DNM labels. | no | none |
| blobs-added-labels | Comma-separated list of blobs added labels. | no | none |
| blobs-modified-labels | Comma-separated list of blobs modified labels. | no | none |
| label-prefix | Prefix for project-specific labels. | no | none |
| check-bin-files-added | If true, check for binary files added by module updates. | no | false |
| bin-files-added-labels | Comma-separated list of binary files added labels. | no | none |
Outputs
no outputs