I've added a system that will automatically add people to the @eu organization.
How it works:
Someone creates a new issue with a title similar to "Join"
They automatically receive an invitation to join the organization
A comment is added on the issue telling the user that they should accept the invitation
The issue is automatically closed
It also has some check in place:
If you've already received an invitation, you are skipped
If the title is not "join" or "Join", the issue is skipped (could be a general discussion)
What to do before merging:
Add secret GT_PAT with permissions to manage the organization.
Ideally, I would like to be a maintainer of this project. This way, I can add my bot. Would it be possible to add me? For this, you can change my role from "Member" to "Owner".
In the future, I as a maintainer I would also like to:
Add a system to remind people to change their organization visibility "Public" for the badge to show on their profiles (when you're logged in, you can see the badge even if it's private, but people don't know that other users can't see it, currently 33% of all members are not public)
I've added a system that will automatically add people to the @eu organization.
How it works:
It also has some check in place:
What to do before merging:
GT_PAT
with permissions to manage the organization.This PR fixes #30.