From 6d3a0380561fb8d62ddce1e874c083d716ab7a70 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sat, 8 Jul 2023 20:52:21 +0700 Subject: [PATCH] ci(config): appreciation message for new contributors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show "❤️ Thank you for contributing to ReVanced. Join us on Discord if you want to receive a contributor role." on first PR merged --- .github/config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/config.yaml diff --git a/.github/config.yaml b/.github/config.yaml new file mode 100644 index 0000000..441fce0 --- /dev/null +++ b/.github/config.yaml @@ -0,0 +1,2 @@ +firstPRMergeComment: > + ❤️ Thank you for contributing to ReVanced. Join us on [Discord](https://revanced.app/discord) if you want to receive a contributor role. \ No newline at end of file