Files
github-mirroring-ruleset/Readonly Mirror.json
2025-03-01 22:10:40 +01:00

39 lines
654 B
JSON

{
"id": 1114760,
"name": "Readonly Mirror",
"target": "branch",
"source_type": "Repository",
"source": "Programvareverkstedet/pvv-nixos-config",
"enforcement": "active",
"conditions": {
"ref_name": {
"exclude": [],
"include": [
"~ALL"
]
}
},
"rules": [
{
"type": "deletion"
},
{
"type": "update"
},
{
"type": "creation"
}
],
"bypass_actors": [
{
"actor_id": null,
"actor_type": "DeployKey",
"bypass_mode": "always"
},
{
"actor_id": null,
"actor_type": "OrganizationAdmin",
"bypass_mode": "always"
}
]
}