2021-10-18 13:45:25 +00:00
|
|
|
---
|
|
|
|
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
|
|
|
|
|
|
|
|
name: 'Repo Lockdown'
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: opened
|
|
|
|
pull_request_target:
|
|
|
|
types: opened
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
pull-requests: write
|
|
|
|
issues: write
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
action:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: dessant/repo-lockdown@v2
|
|
|
|
with:
|
|
|
|
issue-comment: |
|
|
|
|
Thank you for your interest in the libvirt project.
|
|
|
|
|
|
|
|
Since this repository is a read-only mirror of the project's master
|
2024-05-10 07:54:59 +00:00
|
|
|
repository hosted on GitLab, issues opened here are not processed.
|
2021-10-18 13:45:25 +00:00
|
|
|
|
|
|
|
We kindly request that new issues are reported to
|
|
|
|
|
|
|
|
https://gitlab.com/libvirt/libvirt/-/issues/new
|
|
|
|
|
|
|
|
Thank you for your time and understanding.
|
|
|
|
lock-issue: true
|
|
|
|
close-issue: true
|
|
|
|
pr-comment: |
|
|
|
|
Thank you for your interest in the libvirt project.
|
|
|
|
|
|
|
|
Since this repository is a read-only mirror of the project's master
|
2024-05-10 07:54:59 +00:00
|
|
|
repository hosted on GitLab, merge requests opened here are not
|
2021-10-18 13:45:25 +00:00
|
|
|
processed.
|
|
|
|
|
2024-05-10 07:54:59 +00:00
|
|
|
For main libvirt.git repository all patch review and discussion
|
|
|
|
only occurs on the devel mailing list.
|
2021-10-18 13:45:25 +00:00
|
|
|
|
2024-05-10 07:54:59 +00:00
|
|
|
https://libvirt.org/submitting-patches.html
|
2021-10-18 13:45:25 +00:00
|
|
|
|
|
|
|
Thank you for your time and understanding.
|
|
|
|
lock-pr: true
|
|
|
|
close-pr: true
|