mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
4e626ec083
The original contributing.html link was broken since we shuffled some of the directories around. BUG=None TEST=follow the link Change-Id: I0c2c9ce0fa79e786d87e679b8391f884b0b8cc4a Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3795006 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
13 lines
442 B
YAML
13 lines
442 B
YAML
# `true` will close all PRs.
|
|
filters:
|
|
- true
|
|
|
|
# The message to post to the closed PR.
|
|
commentBody: |
|
|
Thanks for your contribution! Unfortunately, we don't use GitHub pull
|
|
requests to manage code contributions to this repository. Instead, please
|
|
see the [contributing guide](https://crosvm.dev/book/contributing/)
|
|
which provides full instructions on how to get involved.
|
|
|
|
# Whether to add a label to the closed PR.
|
|
addLabel: false
|