From 812e648c02fc18960fa8625dfdeb736a9deea67f Mon Sep 17 00:00:00 2001 From: Pxl10 <154343913+P1xel10@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:11:01 -0400 Subject: [PATCH] Create protect --- protect | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 protect 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" + } + ] +}