auto build sealer ClusterImage using github action #80
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 : [email protected] | |
Developer please add my dingtalk or wechat : fangnux |