ReactBlr / meta

Discuss ideas about React Bangalore here
MIT License
0 stars 0 forks source link

Automate invite to organisation #1

Open siddharthkp opened 7 years ago

siddharthkp commented 7 years ago

Github settings only allow org owner to add new members to the organisation.

This is quite lame. Automating this task would be great.

Possible approaches:

saiki-k commented 7 years ago

This can be done with what the GitHub API provides.

We can have a 'Request Invite' button, along with a GitHub username input, on the main website; clicking which an invite will automatically be mailed to a corresponding email ID.

I'll try to hack something up in the coming weekends.

siddharthkp commented 7 years ago

That would be great!