| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| |
| name: Greetings |
| |
| on: [pull_request_target, issues] |
| |
| jobs: |
| greeting: |
| name: Greeting |
| runs-on: ubuntu-latest |
| steps: |
| - uses: actions/first-interaction@v1 |
| with: |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |
| issue-message: | |
| Welcome to the Apache EventMesh (incubating) community!! |
| We are glad that you are contributing by opening this issue. :D |
| |
| Please make sure to include all the relevant context. |
| We will be here shortly. |
| |
| If you are interested in contributing to our project, please let us know! |
| You can check out our contributing guide on [contributing to EventMesh](https://github.com/apache/incubator-eventmesh/blob/develop/CONTRIBUTING.md). |
| |
| Want to get closer to the community? |
| |
| WeChat Group: |
|  |
| |
| Mailing Lists: |
| | Name | Description |Subscribe |Unsubscribe|Archive |
| | ---- | ---- |---- | ---- | ---- | |
| |Users |User support and questions mailing list| [Subscribe](mailto:users-subscribe@eventmesh.incubator.apache.org) |[Unsubscribe](mailto:users-unsubscribe@eventmesh.incubator.apache.org) |[Mail Archives](https://lists.apache.org/list.html?users@eventmesh.apache.org)| |
| |Development |Development related discussions| [Subscribe](mailto:dev-subscribe@eventmesh.incubator.apache.org) |[Unsubscribe](mailto:dev-unsubscribe@eventmesh.incubator.apache.org) |[Mail Archives](https://lists.apache.org/list.html?dev@eventmesh.apache.org)| |
| |Commits |All commits to repositories| [Subscribe](mailto:commits-subscribe@eventmesh.incubator.apache.org) |[Unsubscribe](mailto:commits-unsubscribe@eventmesh.incubator.apache.org) |[Mail Archives](https://lists.apache.org/list.html?commits@eventmesh.apache.org)| |
| |
| pr-message: | |
| Welcome to the Apache EventMesh (incubating) community!! |
| This is your first PR in our project. We're very excited to have you onboard contributing. Your contributions are greatly appreciated! |
| |
| Please make sure that the changes are covered by tests. |
| We will be here shortly. |
| Let us know if you need any help! |
| |
| Want to get closer to the community? |
| |
| WeChat Group: |
|  |
| |
| Mailing Lists: |
| | Name | Description |Subscribe |Unsubscribe|Archive |
| | ---- | ---- |---- | ---- | ---- | |
| |Users |User support and questions mailing list| [Subscribe](mailto:users-subscribe@eventmesh.incubator.apache.org) |[Unsubscribe](mailto:users-unsubscribe@eventmesh.incubator.apache.org) |[Mail Archives](https://lists.apache.org/list.html?users@eventmesh.apache.org)| |
| |Development |Development related discussions| [Subscribe](mailto:dev-subscribe@eventmesh.incubator.apache.org) |[Unsubscribe](mailto:dev-unsubscribe@eventmesh.incubator.apache.org) |[Mail Archives](https://lists.apache.org/list.html?dev@eventmesh.apache.org)| |
| |Commits |All commits to repositories| [Subscribe](mailto:commits-subscribe@eventmesh.incubator.apache.org) |[Unsubscribe](mailto:commits-unsubscribe@eventmesh.incubator.apache.org) |[Mail Archives](https://lists.apache.org/list.html?commits@eventmesh.apache.org)| |