Skip to content

Instantly share code, notes, and snippets.

@kvnxiao
Created January 2, 2026 10:38
Show Gist options
  • Select an option

  • Save kvnxiao/49bd6d24b3bc9fd52a39e72b4e09d6ae to your computer and use it in GitHub Desktop.

Select an option

Save kvnxiao/49bd6d24b3bc9fd52a39e72b4e09d6ae to your computer and use it in GitHub Desktop.
{
"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