mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-21 13:15:25 +00:00
github: Update lockdown message when opening a PR
The message that's thrown at users when they try to open a pull request on github suggests opening the MR on gitlab instead. While this works for other libvirt subprojects, for the main libvirt.git we still use e-mail workflow. Update the message to reflect this fact. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
9116ad580d
commit
eaac07755a
13
.github/workflows/lockdown.yml
vendored
13
.github/workflows/lockdown.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
Thank you for your interest in the libvirt project.
|
||||
|
||||
Since this repository is a read-only mirror of the project's master
|
||||
repostory hosted on GitLab, issues opened here are not processed.
|
||||
repository hosted on GitLab, issues opened here are not processed.
|
||||
|
||||
We kindly request that new issues are reported to
|
||||
|
||||
@ -36,16 +36,13 @@ jobs:
|
||||
Thank you for your interest in the libvirt project.
|
||||
|
||||
Since this repository is a read-only mirror of the project's master
|
||||
repostory hosted on GitLab, merge requests opened here are not
|
||||
repository hosted on GitLab, merge requests opened here are not
|
||||
processed.
|
||||
|
||||
We kindly request that contributors fork the project at
|
||||
For main libvirt.git repository all patch review and discussion
|
||||
only occurs on the devel mailing list.
|
||||
|
||||
https://gitlab.com/libvirt/libvirt/
|
||||
|
||||
push changes to the fork, and then open a new merge request at
|
||||
|
||||
https://gitlab.com/libvirt/libvirt/-/merge_requests/new
|
||||
https://libvirt.org/submitting-patches.html
|
||||
|
||||
Thank you for your time and understanding.
|
||||
lock-pr: true
|
||||
|
Loading…
Reference in New Issue
Block a user