Skip to content

Disassociate Approval Rule Template From Repository

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

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.

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.

Value

An empty list.

Request syntax

svc$disassociate_approval_rule_template_from_repository(
  approvalRuleTemplateName = "string",
  repositoryName = "string"
)