feat: add required checks to terraform-provider-artifactapi
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful

ensure the pre-commit, build and test ci tasks are performed in CI
This commit is contained in:
2026-06-21 22:28:01 +10:00
parent 1469866329
commit f4b3f9cd08
@@ -4,5 +4,9 @@ default_delete_branch_after_merge: false
branch_protection:
- rule_name: "main"
enable_push: false
status_check_contexts:
- "ci/woodpecker/pr/pre-commit"
- "ci/woodpecker/pr/build"
- "ci/woodpecker/pr/test"
approval_whitelist_teams:
- "Owners"