diff options
| author | 2023-07-21 17:47:16 +0800 | |
|---|---|---|
| committer | 2023-07-21 17:47:16 +0800 | |
| commit | 77324176acfb7e85179f7bee0cbe0dfebfdbd4d0 (patch) | |
| tree | d3ac9220792ca42b864a8977d16dcea2573ceccf /.github | |
| parent | 1685f1b6ed793f66598d2c8a05cda1c6d89044c8 (diff) | |
| download | support-77324176acfb7e85179f7bee0cbe0dfebfdbd4d0.tar.gz support-77324176acfb7e85179f7bee0cbe0dfebfdbd4d0.zip | |
Update invitation.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/invitation.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 65ec2ff..22d8077 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -17,3 +17,16 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} comment: '<b>邀请函发送成功~ 欢迎来到水系社区! 🎉</b><br><br>不要忘记在人员列表内将组织可见性改成“公开”("Public"),这样可以让所有人都看到。 <br>你可以在[这里](https://github.com/orgs/HydroRoll-Team/people)找到自己并且更改组织可见性。<br><br>希望这些可以帮助你!<br><br>简律纯。' +# jobs: +# invite: +# permissions: write-all +# runs-on: ubuntu-latest +# steps: +# - name: Invite contributor to the organization +# uses: lekterable/inclusive-organization-action@v1.1.0 +# with: +# organization: HydroRoll-Team +# team: HydroRollMaster +# comment: '<b>邀请函发送成功~ 欢迎来到水系社区! 🎉</b><br><br>不要忘记在人员列表内将组织可见性改成“公开”("Public"),这样可以让所有人都看到。 <br>你可以在[这里](https://github.com/orgs/HydroRoll-Team/people)找到自己并且更改组织可见性。<br><br>希望这些可以帮助你!<br><br>简律纯。' +# env: +# ACCESS_TOKEN: ${{ secrets.INVITE_TOKEN }} |
