85583a02ad
- Remove woodpecker_repository module and provider (repos managed outside TF) - Add removed block with destroy=false to drop state without destroying - Add module.team to branch_protection depends_on to prevent race condition - Add lifecycle ignore_changes for team permission (provider bug: API returns "none" but rejects it on write)
15 lines
408 B
YAML
15 lines
408 B
YAML
description: "My terrible vibe coded artifact cache"
|
|
private: false
|
|
default_branch: "master"
|
|
default_delete_branch_after_merge: true
|
|
default_merge_style: "squash"
|
|
branch_protection:
|
|
- rule_name: "master"
|
|
enable_push: false
|
|
status_check_contexts:
|
|
- "ci/woodpecker/pr/pre-commit"
|
|
- "ci/woodpecker/pr/test"
|
|
- "ci/woodpecker/pr/build"
|
|
approval_whitelist_users:
|
|
- "unkinben"
|