You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/08/03 19:00:10 UTC

[incubator-mxnet] branch master updated: Create greetings.yml (#18842)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 534cdbc  Create greetings.yml (#18842)
534cdbc is described below

commit 534cdbca4c1a8b36219529cecf12a6fc1d768398
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Mon Aug 3 11:58:33 2020 -0700

    Create greetings.yml (#18842)
---
 .github/workflows/greetings.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
new file mode 100644
index 0000000..a9db175
--- /dev/null
+++ b/.github/workflows/greetings.yml
@@ -0,0 +1,20 @@
+name: Greetings
+
+on: [pull_request, issues]
+
+jobs:
+  greeting:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/first-interaction@v1
+      with:
+        repo-token: ${{ secrets.GITHUB_TOKEN }}
+        issue-message: |
+          Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
+          Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
+          If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on [contributing to MXNet](https://mxnet.apache.org/community/contribute) and our [development guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).
+        pr-message: |
+          Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this pull request.
+          Please make sure that the changes are covered by tests. One of the @apache/mxnet-committers will be here shortly.
+          If you run into any issue with the CI and tests, we recommend that you first check out our guide on [developer guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).
+          Let our @apache/mxnet-committers know if you need any help!