We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it's @jfy133, @mashehu, and @maxulysse adding people by hand from the Slack channel.
I think there needs to be a human element in there just to keep things from going off the rails.
I think there's a "join team" button to put in a request and then the users show up in the queue.
https://docs.github.com/en/rest/orgs/members?apiVersion=2022-11-28
The text was updated successfully, but these errors were encountered:
So instead of sending out invitations:
They request:
It should send an email to admins to add someone.
Sorry, something went wrong.
Yes please!
https://stackoverflow.com/questions/42948567/automatic-invites-to-your-github-organisation
Could just add a page to the nf-core site: https://github.com/thundergolfer/automated-github-organization-invites
https://stackoverflow.com/questions/75789119/invite-members-to-github-org-using-email-id-through-commandline-or-api
This looks super simple though gh api orgs/ORG/invitations -f email=NEW_MEMBER_EMAIL
gh api orgs/ORG/invitations -f email=NEW_MEMBER_EMAIL
maxulysse
No branches or pull requests
Currently it's @jfy133, @mashehu, and @maxulysse adding people by hand from the Slack channel.
I think there needs to be a human element in there just to keep things from going off the rails.
I think there's a "join team" button to put in a request and then the users show up in the queue.
https://docs.github.com/en/rest/orgs/members?apiVersion=2022-11-28
The text was updated successfully, but these errors were encountered: