mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
github: Add yaml for mistaken-pull-closer app
ref. https://opensource.google/docs/github/disable-features/#close BUG=none TEST=none Change-Id: I850718d059737c14f546d9fad438db14bfe3955d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3250156 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
04eff872d8
commit
24d6f7a8a3
1 changed files with 13 additions and 0 deletions
13
.github/mistaken-pull-closer.yml
vendored
Normal file
13
.github/mistaken-pull-closer.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# `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
|
Loading…
Reference in a new issue