diff --git a/pagure/ui/fork.py b/pagure/ui/fork.py index e5c7f57..b82f1de 100644 --- a/pagure/ui/fork.py +++ b/pagure/ui/fork.py @@ -449,6 +449,7 @@ def pull_request_drop_comment(repo, requestid, username=None): @APP.route('//pull-request//merge', methods=['POST']) @APP.route('/fork///pull-request//merge', methods=['POST']) +@cla_required def merge_request_pull(repo, requestid, username=None): """ Request pulling the changes from the fork into the project. """ @@ -613,6 +614,7 @@ def merge_request_pull(repo, requestid, username=None): methods=['POST']) @APP.route('/fork///pull-request/cancel/', methods=['POST']) +@cla_required def cancel_request_pull(repo, requestid, username=None): """ Cancel request pulling request. """