From 527bf3a99591a2de0cee85352e43a2e7118068f9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 5 Jun 2019 11:28:09 +0200 Subject: [PATCH] pagure/dist-git: allow user to change their watch status via the API Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 1c6cf0039c..b9af784382 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -269,6 +269,7 @@ USER_ACLS = [ 'pull_request_flag', 'pull_request_merge', 'modify_project', + 'update_watch_status', ] CROSS_PROJECT_ACLS = [ @@ -276,6 +277,7 @@ CROSS_PROJECT_ACLS = [ 'modify_project', 'pull_request_create', 'pull_request_comment', + 'update_watch_status', ] ADMIN_API_ACLS = [