Modify access rules
diff --git a/groups b/groups
new file mode 100644
index 0000000..56c0321
--- /dev/null
+++ b/groups
@@ -0,0 +1,3 @@
+# UUID                                  	Group Name
+#
+66d997e2f9f553a66e1d9baff002696ea188283c	AetherDevs
diff --git a/project.config b/project.config
index a782fca..6e49b5c 100644
--- a/project.config
+++ b/project.config
@@ -2,3 +2,8 @@
 	inheritFrom = All-Projects
 [submit]
 	action = inherit
+[access "refs/heads/*"]
+	forgeAuthor = group AetherDevs
+	forgeCommitter = group AetherDevs
+	label-Code-Review = -2..+2 group AetherDevs
+	submit = group AetherDevs