From 527bf3a99591a2de0cee85352e43a2e7118068f9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 05 2019 09:28:09 +0000 Subject: pagure/dist-git: allow user to change their watch status via the API Signed-off-by: Pierre-Yves Chibon --- diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 1c6cf00..b9af784 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 = [