Skip to content

GitHub Community Organization #130

GitHub Community Organization

GitHub Community Organization #130

Workflow file for this run

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: Py-Contributors
label: invite me to the organisation
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: '<b>Invitation sent to join the GitHub Organisation. Welcome to the community 🎉</b><br><br>Don''t forget after accepting to make it public so it appears on your GitHub profile for everyone else to see. You can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/Py-Contributors/people<br><br> instructions on how to add your name to the README https://github.com/Py-Contributors/Hacktoberfest-2022<br>Remember contributing to open source is not just about code, it''s about collaboration, communication and adding value<br>I hope that helps</b><br><br>Join Community on [Discord](https://discord.gg/JfbK3bS)'
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}