From e17de3606ef533991660827b6d5c2dff3cc84ff9 Mon Sep 17 00:00:00 2001 From: Johannes Lichtenberger Date: Sat, 19 Oct 2019 04:55:25 +0200 Subject: [PATCH] Create config.yml --- .github/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 000000000..2071848e6 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,17 @@ +# Configuration for welcome - https://github.com/behaviorbot/welcome + +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome + +# Comment to be posted to on first time issues +newIssueWelcomeComment: > + Thanks for opening your first issue 🦁 Your feedback, is the most valuable thing besides PRs 💚 +# 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: > + Thanks so much for opening this pull request and for helping to improve SirixDB 🚀 +# 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: > + Congrats on merging your first pull request. 🐬 You've just improved SirixDB for everyone. ❤️