From 9f3ad346f6a808b35f255f0386e54dc7c48d3e9d Mon Sep 17 00:00:00 2001 From: Tobias Peslalz Date: Thu, 28 Nov 2024 13:56:16 +0100 Subject: [PATCH] :sparkles: (actions) configure welcome bot --- .github/config.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..3101a0d --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,29 @@ +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome + +# Comment to be posted to on first time issues +newIssueWelcomeComment: | + Greetings from Munich! 🥨 + Thank you very much for participating in our project by opening this issue! ❤ + We will take a look at your issue as soon as possible! 👀 + +# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome + +# Comment to be posted to on PRs from first time contributors in your repository +newPRWelcomeComment: | + Greetings from Munich! 🥨 + Thank you very much for participating in our project by opening this pull request! ❤ + Please check out our contribution guidelines for further information. ℹ + We will review your changes as soon as possible! 👀 + +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: | + It's Munich again! 🥨 + Thank you very much for your first successful contribution to our project! ❤ + Munich is proud of you! 🎉 + Until next time! 👋 + + ![drinking beer](https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ2Rrem83bXZ5bmMwcXE1YjkzcnhkdjJtdjN3M2N6cmc0NmtzM25kYiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3o7TKKdv1vyUpyFLva/giphy.webp) + +# It is recommend to include as many gifs and emojis as possible \ No newline at end of file