syncstuff/.github/rulesets/branch-protection/main.json
2025-06-26 16:53:06 +02:00

25 lines
425 B
JSON

{
"id": 4209024,
"name": "Branch protection: main",
"target": "branch",
"source_type": "Repository",
"source": "Catfriend1/syncthing-android",
"enforcement": "active",
"conditions": {
"ref_name": {
"exclude": [],
"include": [
"~DEFAULT_BRANCH"
]
}
},
"rules": [
{
"type": "deletion"
},
{
"type": "non_fast_forward"
}
],
"bypass_actors": []
}