This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
[RFC] Future of Apache MXNet #8769
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
env: | |
GITHUB_PR_BASE_SHA: ${{ github.event.pull_request.base.sha }} | |
GITHUB_PR_RUN_ID: ${{ github.run_id }} | |
GITHUB_PR_BASE_REF: ${{ github.event.pull_request.base.ref }} | |
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! |