aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/invitation.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-21 17:47:16 +0800
committerGitHub <noreply@github.com>2023-07-21 17:47:16 +0800
commit77324176acfb7e85179f7bee0cbe0dfebfdbd4d0 (patch)
treed3ac9220792ca42b864a8977d16dcea2573ceccf /.github/workflows/invitation.yml
parent1685f1b6ed793f66598d2c8a05cda1c6d89044c8 (diff)
downloadsupport-77324176acfb7e85179f7bee0cbe0dfebfdbd4d0.tar.gz
support-77324176acfb7e85179f7bee0cbe0dfebfdbd4d0.zip
Update invitation.yml
Diffstat (limited to '.github/workflows/invitation.yml')
-rw-r--r--.github/workflows/invitation.yml13
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 }}