Compare commits
3 Commits
gitcontrol
...
search_env
Author | SHA1 | Date | |
---|---|---|---|
47b2aee76a | |||
9241395bec | |||
47b3314fdc |
@ -1,3 +0,0 @@
|
||||
---
|
||||
name: big_data
|
||||
title: Big Data and Data Analysis
|
@ -26,6 +26,7 @@ extensions = [
|
||||
|
||||
otcdocs_auto_name = False
|
||||
otcdocs_auto_version = False
|
||||
otcdocs_search_environment = 'hc_swiss'
|
||||
|
||||
project = '{{ project }}'
|
||||
otcdocs_repo_name = '{{ repo_name }}'
|
||||
|
@ -32,9 +32,11 @@ def process_services(args, services):
|
||||
block_on_rejected_reviews=True,
|
||||
dismiss_stale_approvals=True,
|
||||
enable_push=False,
|
||||
enable_status_check=True,
|
||||
status_check_contexts=["gl/check"],
|
||||
enable_merge_whitelist=True,
|
||||
merge_whitelist_usernames=["zuul"],
|
||||
required_approvals=1,
|
||||
)
|
||||
gitea_repo_template = dict(
|
||||
default_branch="main",
|
||||
|
Reference in New Issue
Block a user