From 24d6f7a8a3bb7f55d72816faf4776da0855c6fe2 Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Thu, 28 Oct 2021 20:22:52 +0900 Subject: [PATCH] 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 Commit-Queue: Keiichi Watanabe Reviewed-by: Dennis Kempin --- .github/mistaken-pull-closer.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/mistaken-pull-closer.yml diff --git a/.github/mistaken-pull-closer.yml b/.github/mistaken-pull-closer.yml new file mode 100644 index 0000000000..cbab2c436a --- /dev/null +++ b/.github/mistaken-pull-closer.yml @@ -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