• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# `true` will close all PRs.
2filters:
3  - true
4
5# The message to post to the closed PR.
6commentBody: |
7  Thanks for your contribution!  Unfortunately, we don't use GitHub pull
8  requests to manage code contributions to this repository.  Instead, please
9  see the [contributing guide](https://crosvm.dev/book/contributing/)
10  which provides full instructions on how to get involved.
11
12# Whether to add a label to the closed PR.
13addLabel: false
14