This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/master by this push:
new d83b7e5 Fix typo
d83b7e5 is described below
commit d83b7e58fea209fc6999d2188a6920ce489986f9
Author: von gosling <[email protected]>
AuthorDate: Fri Jul 16 11:59:15 2021 +0800
Fix typo
---
.github/workflows/greetings.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index 2a3261b..501b65f 100644
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -23,8 +23,6 @@
# Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN
}}
repo-token: {{ secrets.GITHUB_TOKEN }}
# Comment to post on an individual's first issue
- issue-message: # optional
- Make sure your issue is not the existence through the issue search. Follow
the issue template, make more details for us. But please be aware that Issue
should not be used for FAQs: if you have a question or are simply not sure if
it is really an issue or not, please contact
[us](https://rocketmq.apache.org/about/contact/) first before you create a new
issue.
+ issue-message: Make sure your issue is not the existence through the issue
search. Follow the issue template, make more details for us. But please be
aware that Issue should not be used for FAQs: if you have a question or are
simply not sure if it is really an issue or not, please contact
[us](https://rocketmq.apache.org/about/contact/) first before you create a new
issue.
# Comment to post on an individual's first pull request
- pr-message: # optional
- We always welcome new contributions, whether for trivial cleanups, [big
new
features](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)
or other material rewards, more details see
[here](http://rocketmq.apache.org/docs/how-to-contribute/).
+ pr-message: We always welcome new contributions, whether for trivial
cleanups, [big new
features](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)
or other material rewards, more details see
[here](http://rocketmq.apache.org/docs/how-to-contribute/).