qemu/.github/lockdown.yml
<<
>>
Prefs
   1# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
   2
   3# Close issues and pull requests
   4close: true
   5
   6# Lock issues and pull requests
   7lock: true
   8
   9issues:
  10  comment: |
  11    Thank you for your interest in the QEMU project.
  12
  13    This repository is a read-only mirror of the project's repostories hosted
  14    at https://gitlab.com/qemu-project/qemu.git.
  15    The project does not process issues filed on GitHub.
  16
  17    The project issues are tracked on GitLab:
  18    https://gitlab.com/qemu-project/qemu/-/issues
  19
  20    QEMU welcomes bug report contributions. You can file new ones on:
  21    https://gitlab.com/qemu-project/qemu/-/issues/new
  22
  23pulls:
  24  comment: |
  25    Thank you for your interest in the QEMU project.
  26
  27    This repository is a read-only mirror of the project's repostories hosted
  28    on https://gitlab.com/qemu-project/qemu.git.
  29    The project does not process merge requests filed on GitHub.
  30
  31    QEMU welcomes contributions of code (either fixing bugs or adding new
  32    functionality). However, we get a lot of patches, and so we have some
  33    guidelines about contributing on the project website:
  34    https://www.qemu.org/contribute/
  35