This Probot plugin automatically adds individuals that open a new issue as collaborators in your repository.
Perhaps you want people to be able to add labels to their own newly created issues, or you want your users to automatically become collaborators as part of a tutorial or self-paced course. The possibilities are endless.
- Responds to newly opened issues.
- Allows for customized responses.
- Grants individuals collaborator access upon the creation of an issue.
- Install this app
- You're done! But you can also customize the responses.
You can use the default responses, but if you'd like to specify your own, create a file inside a .github
folder, titled teacherbot.yml
and include the following text:
addCollaborators:
newCollaboratorMessage: "This message will appear when someone opens a new issue, and is not already a collaborator."
existingCollaboratorMessage: "This message appears when someone is already a collaborator and they open a new issue."
See docs/deploy.md if you would like to run your own instance of this plugin.
Just open a new issue in this repo if you find a bug, have a suggestion, or would like to chat about contributing. We also welcome pull requests.
This Probot plugin is made by the friendly s from GitHub Professional Services with help from the open source community. This plugin is used during the training engagements that we provide.