mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
14 lines
454 B
YAML
14 lines
454 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://google.github.io/crosvm/contributing.html)
|
||
|
which provides full instructions on how to get involved.
|
||
|
|
||
|
# Whether to add a label to the closed PR.
|
||
|
addLabel: false
|