trainsim/.agent/project-policy.yml
Mona Lisa 083435e095
Some checks are pending
CodeView CI / lint (push) Waiting to run
CodeView CI / tests (push) Blocked by required conditions
CodeView CI / docker-build (push) Blocked by required conditions
chore: set project mode to bootstrap
2026-06-14 20:21:55 +00:00

14 lines
324 B
YAML

# 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