From 0325cb995eb9b1e00001cc7f1e9f4c56dae7276e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 04 2016 15:53:54 +0000 Subject: Add the issue_subscribe ACL to the list of ACLs --- diff --git a/pagure/default_config.py b/pagure/default_config.py index 6b03967..3edab09 100644 --- a/pagure/default_config.py +++ b/pagure/default_config.py @@ -224,6 +224,7 @@ ACLS = { 'pull_request_comment': 'Comment on a pull-request of this project', 'pull_request_flag': 'Flag a pull-request of this project', 'pull_request_merge': 'Merge a pull-request of this project', + 'issue_subscribe': 'Subscribe the user with this token to an issue', } # Bootstrap URLS