Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' into...
[qemu/ar7.git] / .github / lockdown.yml
blob07fc2f31eef8468fcb85b7ae6eac4fb085ca61f8
1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
3 # Close issues and pull requests
4 close: true
6 # Lock issues and pull requests
7 lock: true
9 issues:
10   comment: |
11     Thank you for your interest in the QEMU project.
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.
17     The project issues are tracked on Launchpad:
18     https://bugs.launchpad.net/qemu
20     QEMU welcomes bug report contributions. You can file new ones on:
21     https://bugs.launchpad.net/qemu/+filebug
23 pulls:
24   comment: |
25     Thank you for your interest in the QEMU project.
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.
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/