Please invite me to the GitHub Community Organization #853
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: [labeled] | |
jobs: | |
automate_invite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Invite on label | |
uses: vj-abigo/invite-on-label@v1.2 | |
with: | |
organization: AccessibleForAll | |
label: invite me to the organisation | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: '<b>Invitation sent to join the GitHub Organisation. Welcome to the Accessible For All community 🎉</b><br>Looking for accessibility resources? Try the <a href="https://github.com/AccessibleForAll/Resources">Resources</a> repository.<br>Looking to contribute? Why not start at <a href="https://github.com/AccessibleForAll/AccessibleWebDev">Accessible Web Dev</a><br>Otherwise, feel free to explore!' | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |