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:
+            
+            
![image](https://user-images.githubusercontent.com/7869972/176336986-d6b9be8f-d1d3-45f1-aa45-8e6adf5dd244.png)
+            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]

Reply via email to