chore: set project mode to bootstrap
This commit is contained in:
parent
ce77889a7a
commit
083435e095
1 changed files with 14 additions and 0 deletions
14
.agent/project-policy.yml
Normal file
14
.agent/project-policy.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Managed by CodeView project-mode.sh — do not edit mode by hand unless you know why.
|
||||||
|
mode: bootstrap
|
||||||
|
|
||||||
|
allow_direct_main_push: true
|
||||||
|
allow_create_branch: true
|
||||||
|
allow_create_pull_request: true
|
||||||
|
allow_modify_tests: true
|
||||||
|
allow_modify_ci: true
|
||||||
|
allow_production_deploy: false
|
||||||
|
|
||||||
|
required_checks:
|
||||||
|
- lint
|
||||||
|
- tests
|
||||||
|
- docker-build
|
||||||
Loading…
Add table
Add a link
Reference in a new issue