Please invite me to the GitHub Community Organization #243
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/[email protected] | |
with: | |
organization: yfosp | |
label: invite me to the organization | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
comment: | | |
Hello there ππ», Welcome to our community! | |
Thank you for your interest in 'Your First Open Source Project'! | |
Please take note of the following: | |
- Accept the invitation sent to you via email. | |
- Change the appearance of this organization to 'Public' over [here](https://github.com/orgs/Your-First-Open-Source-Project/people). | |
- Be nice, courteous and friendly to everyone in this group π | |
- Hope to see your first PR to the organization soon :) | |
- Follow [me](https://github.com/melvincwng) & [this organization](https://github.com/Your-First-Open-Source-Project) on GitHub to stay updated with the latest developments for this project! | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |