actions-marketplace-validations/Update conan dependants in organization
Update conan dependants in organization repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| organizationName | The name of the organization whose repositories must be updated to change the conan dependency version. | yes | — |
| token | The github access token | yes | — |
| conanFilePath | The path of the conanfile.txt in organization repositories. | yes | — |
| commitMessageTemplate | The commit message that will be used to update conanfile.txt. Template variables can be used with the folowwing syntax: {TEMPLATE_VARIABLE} and will be replaced with the corresponding value. Template variables: PREVIOUS_VERSION - the previous version of the package in the conanfile.txt of the dependant package; the conanFileReplaceableRegex must contain named capture group with the name PREVIOUS_VERSION to use this template variable. | yes | — |
| sourceBranchName | The name of the branch that will be taken as the basis. | yes | — |
| destinationBranchName | The name of the branch that will be used to publish the new commit. | yes | — |
| conanFileReplaceableRegex | The regex that will be replaced in the conanfile.txt. Can contain PREVIOUS_VERSION named capture group if the commitMessageTemplate contains the PREVIOUS_VERSION template variable. | yes | — |
| conanFileReplacement | The text that will be inserted instead of the replaceable regex. | yes | — |
| shouldOpenPullRequest | true or false value that determines whether the pull request should be opened. Redundant if the destination branch name is the same as the source branch name. | no | true |
| pullRequestTitle | The title of the pull request that will be opened. | no | — |
| pullRequestBody | The body of the pull request that will be opened. | no | — |
Outputs
no outputs