From 0f2c95ce34df410acdf4385e5e2286ac1c6c4a80 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Fri, 20 Sep 2019 20:04:58 -0300 Subject: [PATCH] Configure welcome probot (#7) --- .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 0000000..53c4869 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,17 @@ +# 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 here! + +# 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 for opening this pull request! + +# 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!