From cef5130f171aa89132bda3f5c9de1ad92608a396 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 1 Mar 2025 22:10:40 +0100 Subject: [PATCH] Initial commit --- Readonly Mirror.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Readonly Mirror.json diff --git a/Readonly Mirror.json b/Readonly Mirror.json new file mode 100644 index 0000000..593c29f --- /dev/null +++ b/Readonly Mirror.json @@ -0,0 +1,39 @@ +{ + "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" + } + ] +} \ No newline at end of file