From ccc571a70a0dbc61607dc0867c0aea3692b4fca8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 9 Dec 2018 21:10:41 +0100 Subject: [PATCH] Allow the ACL to create PR for the API tokens Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 8d222a5cc1..b75a41b8d8 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -223,6 +223,7 @@ ACLS = { 'create_branch': 'Create a git branch on a project', 'create_project': 'Create a new project', 'fork_project': 'Fork a project', + 'pull_request_create': 'Open a new pull-request', 'pull_request_close': 'Close a pull-request of this project', 'pull_request_comment': 'Comment on a pull-request of this project', 'pull_request_flag': 'Flag a pull-request of this project',