actions-marketplace-validations/Update conan dependants in organization

Update conan dependants in organization repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
organizationNameThe name of the organization whose repositories must be updated to change the conan dependency version.yes
tokenThe github access tokenyes
conanFilePathThe path of the conanfile.txt in organization repositories.yes
commitMessageTemplateThe 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
sourceBranchNameThe name of the branch that will be taken as the basis.yes
destinationBranchNameThe name of the branch that will be used to publish the new commit.yes
conanFileReplaceableRegexThe 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
conanFileReplacementThe text that will be inserted instead of the replaceable regex.yes
shouldOpenPullRequesttrue 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.notrue
pullRequestTitleThe title of the pull request that will be opened.no
pullRequestBodyThe body of the pull request that will be opened.no

no outputs