#385 Fix `request-tests-repo` message
Closed 4 years ago by mattia. Opened 4 years ago by mattia.
Unknown source master  into  master

Fix `request-tests-repo` message
Mattia Verga • 4 years ago  
file modified
+2
@@ -875,6 +875,8 @@

              ticket_body = {

                  'action': 'new_repo',

                  'branch': 'master',

+                 'bug_id': bug or '',

+                 'monitor': 'no-monitoring',

                  'namespace': 'tests',

                  'repo': repo_name,

                  'description': description,

fedscm-admin requires the bug_id and monitoring fields to be present for new_repo action.
See https://pagure.io/fedscm-admin/issue/22

Signed-off-by: Mattia Verga mattia.verga@protonmail.com

Hi @mattia,

there were some changes that had to be done before the merge. Including unittest fix and input params fix. I did this in the new PR here:
https://pagure.io/fedpkg/pull-request/387
I suggest to close this PR.

Pull-Request has been closed by mattia

4 years ago