diff --git a/protect b/protect new file mode 100644 index 0000000..202dd49 --- /dev/null +++ b/protect @@ -0,0 +1,29 @@ +{ + "id": 1495682, + "name": "Protect", + "target": "branch", + "source_type": "Repository", + "source": "UnfilteredBytes/UltraPox", + "enforcement": "disabled", + "conditions": {}, + "rules": [ + { + "type": "deletion" + }, + { + "type": "non_fast_forward" + } + ], + "bypass_actors": [ + { + "actor_id": 5, + "actor_type": "RepositoryRole", + "bypass_mode": "always" + }, + { + "actor_id": 1, + "actor_type": "OrganizationAdmin", + "bypass_mode": "always" + } + ] +}