Created
January 2, 2026 10:38
-
-
Save kvnxiao/49bd6d24b3bc9fd52a39e72b4e09d6ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": 11517435, | |
| "name": "default", | |
| "target": "branch", | |
| "source_type": "Repository", | |
| "source": "kvnxiao/tauri-tanstack-start-react-template", | |
| "enforcement": "active", | |
| "conditions": { | |
| "ref_name": { | |
| "exclude": [], | |
| "include": [ | |
| "~DEFAULT_BRANCH" | |
| ] | |
| } | |
| }, | |
| "rules": [ | |
| { | |
| "type": "deletion" | |
| }, | |
| { | |
| "type": "non_fast_forward" | |
| }, | |
| { | |
| "type": "required_signatures" | |
| }, | |
| { | |
| "type": "pull_request", | |
| "parameters": { | |
| "required_approving_review_count": 0, | |
| "dismiss_stale_reviews_on_push": false, | |
| "required_reviewers": [], | |
| "require_code_owner_review": false, | |
| "require_last_push_approval": false, | |
| "required_review_thread_resolution": false, | |
| "allowed_merge_methods": [ | |
| "squash" | |
| ] | |
| } | |
| } | |
| ], | |
| "bypass_actors": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment