diff options
| author | 2023-07-21 17:51:16 +0800 | |
|---|---|---|
| committer | 2023-07-21 17:51:16 +0800 | |
| commit | 2c3b15d7a821ddbcc1bb8fbd11c32a8ac69438eb (patch) | |
| tree | 1fb80b2029a2d7c1ce97d6d55e66cf84f8461092 | |
| parent | 13e45c56e9def3fdc1af665cfa43bffc3974606c (diff) | |
| download | support-2c3b15d7a821ddbcc1bb8fbd11c32a8ac69438eb.tar.gz support-2c3b15d7a821ddbcc1bb8fbd11c32a8ac69438eb.zip | |
Update invitation.yml
| -rw-r--r-- | .github/workflows/invitation.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 97bdab6..353b09c 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -1,6 +1,7 @@ on: issues: types: [labeled] + label: invitation jobs: automate_invite: @@ -9,13 +10,13 @@ jobs: env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} steps: - - name: Invite on label - uses: vj-abigo/invite-on-label@v1.4 - with: - organization: HydroRoll-Team - label: invitation - repo-token: ${{ secrets.GITHUB_TOKEN }} - comment: '<b>邀请函发送成功~ 欢迎来到水系社区! 🎉</b><br><br>不要忘记在人员列表内将组织可见性改成“公开”("Public"),这样可以让所有人都看到。 <br>你可以在[这里](https://github.com/orgs/HydroRoll-Team/people)找到自己并且更改组织可见性。<br><br>希望这些可以帮助你!<br><br>简律纯。' +# - name: Invite on label +# uses: vj-abigo/invite-on-label@v1.4 +# with: +# organization: HydroRoll-Team +# # label: invitation +# repo-token: ${{ secrets.GITHUB_TOKEN }} +# comment: '<b>邀请函发送成功~ 欢迎来到水系社区! 🎉</b><br><br>不要忘记在人员列表内将组织可见性改成“公开”("Public"),这样可以让所有人都看到。 <br>你可以在[这里](https://github.com/orgs/HydroRoll-Team/people)找到自己并且更改组织可见性。<br><br>希望这些可以帮助你!<br><br>简律纯。' - name: Invite contributor to the organization team uses: lekterable/inclusive-organization-action@v1.1.0 with: |
