From 3c5a837904e65ee9a90ecccfe01d3aafd50ab946 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 6 Dec 2016 13:30:31 +0100 Subject: [PATCH] Modify access rules --- project.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.config b/project.config index 2d881040f..4fcf0cb60 100644 --- a/project.config +++ b/project.config @@ -7,3 +7,7 @@ [access "refs/heads/stable"] exclusiveGroupPermissions = submit submit = group flashrom developers +[access "refs/heads/staging"] + submit = group flashrom developers +[access "refs/tags/*"] + push = +force group flashrom developers