khulnasoft/Khulnasoft Compute Impacted Targets
Khulnasoft.io Github Action to Compute and Upload Impacted Targets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 14, 2024
- License
- GPL 3.0
Pinned Snippet
uses: khulnasoft/merge-queue@76dfa3f795a1f9edbe8a33737d31d5ff873a6f26 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| khulnasoft-token | Repo or Organization API token used for authentication. Can be found at app.khulnasoft.com. | yes | — |
| target-branch | The branch that the Merge Queue merges PRs into. If unspecified, defaults to the repository's default branch. | no | — |
| bazel-workspace-path | The path to the bazel WORKSPACE, relative to the root of the git repository. If unspecified, defaults to the root of the repository. | no | — |
| verbose | Whether to enable verbose logging. Defaults to false. | no | — |
| bazel-startup-options | A comma separated list of startup options to pass to Bazel. See https://bazel.build/reference/command-line-reference#startup-options for a complete list. If unspecified, no startup options are specified. | no | — |
| bazel-path | A path to the Bazel executable. Defaults to PATH. | no | bazel |
| impact-all-filters-path | A path to a list of filters to identify whether `ALL` impacted targets should be considered. See https://github.com/dorny/paths-filter/blob/master/.github/filters.yml for an example. If a PR changes files in any of these paths, then *any* PRs queued after this one will depend on it. | no | "" |
Outputs
no outputs