Modify access rules
diff --git a/groups b/groups
deleted file mode 100644
index 9dd0f82..0000000
--- a/groups
+++ /dev/null
@@ -1,3 +0,0 @@
-# UUID                             	Group Name
-#
-github:openbmc/autotest-maintainers	github/openbmc/autotest-maintainers
diff --git a/project.config b/project.config
index ab85f18..e5e74d1 100644
--- a/project.config
+++ b/project.config
@@ -2,16 +2,3 @@
 	inheritFrom = openbmc-all-repos
 [submit]
 	action = rebase if necessary
-[access "refs/heads/*"]
-	create = group github/openbmc/autotest-maintainers
-	forgeCommitter = group github/openbmc/autotest-maintainers
-	push = group github/openbmc/autotest-maintainers
-	label-Code-Review = -2..+2 group github/openbmc/autotest-maintainers
-	label-Ok-To-Test = +0..+1 group github/openbmc/autotest-maintainers
-	label-Verified = -1..+1 group github/openbmc/autotest-maintainers
-	submit = group github/openbmc/autotest-maintainers
-	editTopicName = group github/openbmc/autotest-maintainers
-[access "refs/tags/*"]
-	push = +force group github/openbmc/autotest-maintainers
-	createTag = group github/openbmc/autotest-maintainers
-	createSignedTag = group github/openbmc/autotest-maintainers