ppc/xive2: Introduce a presenter matching routine
[qemu.git] / .github / workflows / lockdown.yml
blobad8b8f7e30f93216d7b7aab21694afa3eae23840
1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
3 name: 'Repo Lockdown'
5 on:
6   pull_request_target:
7     types: opened
9 permissions:
10   pull-requests: write
12 jobs:
13   action:
14     runs-on: ubuntu-latest
15     steps:
16       - uses: dessant/repo-lockdown@v2
17         with:
18           pull-comment: |
19             Thank you for your interest in the QEMU project.
21             This repository is a read-only mirror of the project's repostories hosted
22             on https://gitlab.com/qemu-project/qemu.git.
23             The project does not process merge requests filed on GitHub.
25             QEMU welcomes contributions of code (either fixing bugs or adding new
26             functionality). However, we get a lot of patches, and so we have some
27             guidelines about contributing on the project website:
28             https://www.qemu.org/contribute/
29           lock-pull: true
30           close-pull: true