sealer run cluster failed #3164
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: Invite user to join our group | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
issue_comment: | |
name: Invite user to join our group | |
if: ${{ github.event.comment.body == '/invite' }} | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Invite user to join our group | |
uses: peter-evans/create-or-update-comment@v1 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
It's my pleasure to invite you to join us : | |
Sealer dingtalk group : 34619594 | |
Mail list : sealer@list.alibaba-inc.com | |
Developer please add my dingtalk or wechat : fangnux |