RepositoryNameConditionTarget Object
Parameters to be used for the repository_name condition
Fields
#
exclude
[ String !]!
Non-null
Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.
include
[ String !]!
Non-null
Array of repository names or patterns to include. One of these patterns must
match for the condition to pass. Also accepts ~ALL to include all repositories.
protected
Boolean !
Non-null
Target changes that match these patterns will be prevented except by those with bypass permissions.
Usages
#
References
#
- Field repositoryName from RepositoryRuleConditions
