This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/master by this push:
new 990751832 Create auto-comment.yml
new efc6db439 Merge pull request #2423 from Beacontownfc/master
990751832 is described below
commit 9907518326db676b960556249e4279496b7bbc1d
Author: Beacontownfc <[email protected]>
AuthorDate: Wed Jul 6 21:44:24 2022 +0800
Create auto-comment.yml
---
.github/workflows/auto-comment.yml | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/.github/workflows/auto-comment.yml
b/.github/workflows/auto-comment.yml
new file mode 100644
index 000000000..5673ac7f0
--- /dev/null
+++ b/.github/workflows/auto-comment.yml
@@ -0,0 +1,34 @@
+name: Create Comment
+
+on:
+ issues:
+ types: [opened]
+
+jobs:
+ create-comment:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Create comment
+ uses: actions-cool/issues-helper@v3
+ with:
+ actions: 'create-comment'
+ token: ${{ secrets.GITHUB_TOKEN }}
+ issue-number: ${{ github.event.issue.number }}
+ body: |
+ :blush: Welcome to the Apache Linkis (incubating) community!!
+ We are glad that you are contributing by opening this issue.
+
+ Please make sure to include all the relevant context.
+ We will be here shortly.
+
+ If you are interested in contributing to our website project,
please let us know!
+ You can check out our contributing guide on
+ :point_right: [How to Participate in Project
Contribution](https://linkis.apache.org/community/how-to-contribute).
+
+ WeChat Group:
+
+

+ Mailing Lists:
+ |name|description|Subscribe|Unsubscribe|archive|
+ |:-----|:--------|:------|:-------|:-----|
+ | [[email protected]](mailto:[email protected]) |
community activity information |
[subscribe](mailto:[email protected]) |
[unsubscribe](mailto:[email protected]) |
[archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]