diff --git a/.github/branch-protection.json b/.github/branch-protection.json new file mode 100644 index 0000000..81ac84a --- /dev/null +++ b/.github/branch-protection.json @@ -0,0 +1,18 @@ +{ + "branch": "main", + "required_status_checks": { + "strict": true, + "contexts": [ + "pytest / py3.11", + "pytest / py3.12", + "pytest / py3.13", + "ruff", + "gitleaks" + ] + }, + "enforce_admins": false, + "required_pull_request_reviews": null, + "restrictions": null, + "allow_force_pushes": false, + "allow_deletions": false +}