codecommit_disassociate_approval_rule_template_from_repository | 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. 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.
codecommit_disassociate_approval_rule_template_from_repository(
approvalRuleTemplateName,
repositoryName
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.