Skip to content

Commit 7719603

Browse files
authored
Update config.yml
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 0e53761 commit 7719603

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: .github/config.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1+
---
12
#-------------------------------------------------------------------------------
23
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
3-
# Comment to be posted to on first time issues
4+
# Comment to be posted to on first time issues
45
newIssueWelcomeComment: >
5-
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/).
6-
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
7-
# Comment to be posted to on PRs from first time contributors in your repository
6+
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Contributors' Welcome Guide](https://docs.meshery.io/project/community), engage in the [discussion forum](http://discuss.meshery.io), and be sure to join the [community Slack](http://slack.meshery.io/).
7+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
8+
# Comment to be posted to on PRs from first time contributors in your repository
89
newPRWelcomeComment: >
9-
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/).
10-
11-
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://github.com/meshery/meshkit/blob/master/CONTRIBUTING.md#general-contribution-flow).
10+
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, you can find updates in the [#github-notifications](https://layer5io.slack.com/archives/CLVT4TSG4) channel in the [community Slack](https://slack.meshery.io).
1211
12+
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while performing a commit](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
1313
1414
#-------------------------------------------------------------------------------
1515
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
@@ -18,11 +18,13 @@ firstPRMergeComment: >
1818
Thanks for your contribution to Meshery! :tada:
1919
2020
<picture>
21-
<source media="(prefers-color-scheme: dark)" srcset="./welcome/Meshery-light-logo.png">
22-
<source media="(prefers-color-scheme: light)" srcset="./welcome/Meshery-dark-logo.png">
23-
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
21+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Dark.svg">
22+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Light.svg">
23+
<img alt="Meshery Logo" src="">
2424
</picture>
2525
26+
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; [Join the community](http://slack.meshery.io), if you haven't yet and please leave a :star: [star on the project](../stargazers). :smile:
27+
2628
#-------------------------------------------------------------------------------
2729
# Configuration for request-info - https://github.com/behaviorbot/request-info
2830
# Comment to reply with
@@ -33,7 +35,6 @@ requestInfoReplyComment: >
3335
#requestInfoUserstoExclude:
3436
# - layer5io/maintainers
3537

36-
3738
#-------------------------------------------------------------------------------
3839
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
3940
# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
@@ -42,5 +43,4 @@ sentimentBotToxicityThreshold: .9
4243

4344
# *Required* Comment to reply with
4445
sentimentBotReplyComment: >
45-
Please be sure to review the code of conduct and be respectful of other users. // @layer5io/maintainers
46-
46+
Please be sure to review the code of conduct and be respectful of other users. // @meshery/maintainers

0 commit comments

Comments
 (0)