From 752a3817385c4a248b09f72adb15386eaa8fde77 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Mar 24 2020 08:39:37 +0000 Subject: Fix `request-tests-repo` message Signed-off-by: Mattia Verga --- diff --git a/fedpkg/cli.py b/fedpkg/cli.py index e2291ff..9158e04 100644 --- a/fedpkg/cli.py +++ b/fedpkg/cli.py @@ -875,6 +875,8 @@ class fedpkgClient(cliClient): ticket_body = { 'action': 'new_repo', 'branch': 'master', + 'bug_id': bug or '', + 'monitor': 'no-monitoring', 'namespace': 'tests', 'repo': repo_name, 'description': description,