Created
February 8, 2025 11:40
-
-
Save joelrebel/b26db0df66f2335c378f1d175d14f3d8 to your computer and use it in GitHub Desktop.
metal-automata-ruleset.json
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": 2349310, | |
"name": "main", | |
"target": "branch", | |
"source_type": "Repository", | |
"source": "metal-automata/fleetdb", | |
"enforcement": "active", | |
"conditions": { | |
"ref_name": { | |
"exclude": [], | |
"include": [ | |
"~DEFAULT_BRANCH" | |
] | |
} | |
}, | |
"rules": [ | |
{ | |
"type": "non_fast_forward" | |
}, | |
{ | |
"type": "required_signatures" | |
}, | |
{ | |
"type": "pull_request", | |
"parameters": { | |
"required_approving_review_count": 1, | |
"dismiss_stale_reviews_on_push": true, | |
"require_code_owner_review": false, | |
"require_last_push_approval": false, | |
"required_review_thread_resolution": false, | |
"automatic_copilot_code_review_enabled": false, | |
"allowed_merge_methods": [ | |
"merge", | |
"squash", | |
"rebase" | |
] | |
} | |
}, | |
{ | |
"type": "required_linear_history" | |
} | |
], | |
"bypass_actors": [ | |
{ | |
"actor_id": 5, | |
"actor_type": "RepositoryRole", | |
"bypass_mode": "pull_request" | |
} | |
] | |
}% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment