"description": "project containing configuration inherited by remaining projects",
"use_contributor_agreements": {
"value": false,
"configured_value": "FALSE"
},
"use_content_merge": {
"value": true,
"configured_value": "TRUE"
},
"use_signed_off_by": {
"value": false,
"configured_value": "FALSE"
},
"create_new_change_for_all_not_in_target": {
"value": false,
"configured_value": "FALSE"
},
"require_change_id": {
"value": true,
"configured_value": "TRUE"
},
"enable_signed_push": {
"configured_value": "TRUE"
},
"require_signed_push": {
"configured_value": "TRUE"
},
"reject_implicit_merges": {
"configured_value": "TRUE"
},
"private_by_default": {
"configured_value": "INHERIT"
},
"enable_reviewer_by_email": {
"configured_value": "INHERIT"
},
"match_author_to_committer_date": {
"configured_value": "INHERIT"
},
"max_object_size_limit": {
"value": "10m",
"configured_value": "10m"
},
"submit_type": "MERGE_IF_NECESSARY",
"plugin_config": {
"reviewers-by-blame": {
"ignoreFileRegEx": {
"display_name": "Ignore file Regex",
"description": "Ignore files that match the given regular expression when looking for reviewers",
"type": "STRING",
"value": "",
"editable": true
},
"ignoreSubjectRegEx": {
"display_name": "Ignore Regex",
"description": "Ignore commits where the subject matches the given regular expression",
"type": "STRING",
"value": "",
"editable": true
},
"maxReviewers": {
"display_name": "Max Reviewers",
"description": "The maximum number of reviewers that should be automatically added to a change based on the git blame computation on the changed files.",