From 6f2f6fbe8a07f296046e04d831d2c1156c5d88d3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 17 Nov 2016 18:58:00 +0100 Subject: [PATCH] Modify access rules --- groups | 3 +++ project.config | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 groups diff --git a/groups b/groups new file mode 100644 index 000000000..811cdf0b6 --- /dev/null +++ b/groups @@ -0,0 +1,3 @@ +# UUID Group Name +# +db95ce11b379445ac8c5806ea0b61195555b338d flashrom developers diff --git a/project.config b/project.config index 60b89f7a2..2d881040f 100644 --- a/project.config +++ b/project.config @@ -4,3 +4,6 @@ requireChangeId = true [submit] action = cherry pick +[access "refs/heads/stable"] + exclusiveGroupPermissions = submit + submit = group flashrom developers