Merge tag 'pull-target-arm-20221114' of https://git.linaro.org/people/pmaydell/qemu...
[qemu/ar7.git] / .github / workflows / lockdown.yml
blobd5e1265cffb3920219b6a6ac7afeaff12289eb70
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           pr-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-pr: true
30           close-pr: true