960e88cd7e
The terraform-nomad project is being decommissioned; mark it archived in Gitea so it becomes read-only, consistent with other retired repos in this config (e.g. rpmbuild-template).
16 lines
401 B
YAML
16 lines
401 B
YAML
description: "Manage nomad with Terraform"
|
|
private: false
|
|
default_branch: "master"
|
|
default_delete_branch_after_merge: true
|
|
archived: true
|
|
branch_protection:
|
|
- rule_name: "master"
|
|
enable_push: false
|
|
merge_whitelist_teams:
|
|
- "terraform"
|
|
status_check_contexts:
|
|
- "Build / build (pull_request)"
|
|
approval_whitelist_teams:
|
|
- "terraform"
|
|
dismiss_stale_approvals: true
|