summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStefan Hajnoczi2021-01-11 12:50:12 +0100
committerStefan Hajnoczi2021-02-09 21:53:56 +0100
commit041c2a31eee4024bdc819c7a7f77e04ecb9ca598 (patch)
tree55dd8263ab6bd73561eedf3a7fba48db36ae555a /.github
parentMerge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ... (diff)
downloadqemu-041c2a31eee4024bdc819c7a7f77e04ecb9ca598.tar.gz
qemu-041c2a31eee4024bdc819c7a7f77e04ecb9ca598.tar.xz
qemu-041c2a31eee4024bdc819c7a7f77e04ecb9ca598.zip
.github: point Repo Lockdown bot to GitLab repo
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>
Diffstat (limited to '.github')
-rw-r--r--.github/lockdown.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml
index 9acc393f1c..07fc2f31ee 100644
--- a/.github/lockdown.yml
+++ b/.github/lockdown.yml
@@ -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