codecommit_disass_approv_rule_templa_from_reposi: Removes the association between a template and a repository...

codecommit_disassociate_approval_rule_template_from_repositoryR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.