.github: point Repo Lockdown bot to GitLab repo
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 11 Jan 2021 11:50:12 +0000 (11:50 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 9 Feb 2021 20:53:56 +0000 (20:53 +0000)
Use the GitLab repo URL as the main repo location in order to reduce
load on qemu.org.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20210111115017.156802-2-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
.github/lockdown.yml

index 9acc393f1cf1daed300b48dc68d4209b5eff2f38..07fc2f31eef8468fcb85b7ae6eac4fb085ca61f8 100644 (file)
@@ -10,8 +10,8 @@ issues:
   comment: |
     Thank you for your interest in the QEMU project.
 
-    This repository is a read-only mirror of the project's master
-    repostories hosted on https://git.qemu.org/git/qemu.git.
+    This repository is a read-only mirror of the project's repostories hosted
+    at https://gitlab.com/qemu-project/qemu.git.
     The project does not process issues filed on GitHub.
 
     The project issues are tracked on Launchpad:
@@ -24,8 +24,8 @@ pulls:
   comment: |
     Thank you for your interest in the QEMU project.
 
-    This repository is a read-only mirror of the project's master
-    repostories hosted on https://git.qemu.org/git/qemu.git.
+    This repository is a read-only mirror of the project's repostories hosted
+    on https://gitlab.com/qemu-project/qemu.git.
     The project does not process merge requests filed on GitHub.
 
     QEMU welcomes contributions of code (either fixing bugs or adding new