diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-29 10:43:01 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-29 10:43:01 -0500 |
| commit | 3bf159b137f091ddc740ad6d465b4b865d1fbeb0 (patch) | |
| tree | c7cede4906edf43062aba14b42cf8a810ffce9ad /.github | |
| parent | 20cdf05e6339b3853dc1d61db124a08856cf2258 (diff) | |
welcome bot config
Diffstat (limited to '.github')
| -rw-r--r-- | .github/config.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/config.yml b/.github/config.yml index 3ac84658..58f54ca9 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -25,3 +25,15 @@ sentimentBotReplyComment: > Please be sure to review the code of conduct and be respectful of other users. cc/ @pliablepixels # Note: the bot will only work if your repository has a Code of Conduct +# +# Comment to be posted to on first time issues +newIssueWelcomeComment: | + 👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you follow the issue template or I may not respond. + +# Comment to be posted to on PRs from first time contributors in your repository +newPRWelcomeComment: | + 💖 Thanks for opening this pull request! 💖 + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: > + Congrats on merging your first pull request! 🎉🎉🎉 |
