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
on: | |
issues: | |
types: [opened] | |
jobs: | |
automate_invite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Invite on label | |
uses: LinuxHub-Group/invite-on-label@v1.3.2 | |
with: | |
organization: LinuxHub-Group | |
label: invite me to the organization | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: '欢迎来到 LinuxHub!' | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |