codecommit_disassociate_approval_rule_template_from_repository {paws.developer.tools} | R Documentation |
Removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository
Description
Removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. This does not delete any approval rules previously created for pull requests through the template association.
See https://www.paws-r-sdk.com/docs/codecommit_disassociate_approval_rule_template_from_repository/ for full documentation.
Usage
codecommit_disassociate_approval_rule_template_from_repository(
approvalRuleTemplateName,
repositoryName
)
Arguments
approvalRuleTemplateName |
[required] The name of the approval rule template to disassociate from a specified repository. |
repositoryName |
[required] The name of the repository you want to disassociate from the template. |
[Package paws.developer.tools version 0.9.0 Index]