on:
issues:
types: [labeled]
label: invitation
jobs:
automate_invite:
permissions: write-all
runs-on: ubuntu-latest
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: '邀请函发送成功~ 欢迎来到水系社区! 🎉
不要忘记在人员列表内将组织可见性改成“公开”("Public"),这样可以让所有人都看到。
你可以在[这里](https://github.com/orgs/HydroRoll-Team/people)找到自己并且更改组织可见性。
希望这些可以帮助你!
简律纯。'
- name: Invite contributor to the organization team
uses: lekterable/inclusive-organization-action@v1.1.0
with:
organization: HydroRoll-Team
team: HydroRollMaster
comment: '现在你已经在遗产骰主列表里了!'
env:
ACCESS_TOKEN: ${{ secrets.INVITE_TOKEN }}
# 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: '邀请函发送成功~ 欢迎来到水系社区! 🎉
不要忘记在人员列表内将组织可见性改成“公开”("Public"),这样可以让所有人都看到。
你可以在[这里](https://github.com/orgs/HydroRoll-Team/people)找到自己并且更改组织可见性。
希望这些可以帮助你!
简律纯。'
# env:
# ACCESS_TOKEN: ${{ secrets.INVITE_TOKEN }}