mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-12 08:53:00 +08:00
1.5 KiB
1.5 KiB
title, description, slug, screenshots, authors, repository, stars, updated
| title | description | slug | screenshots | authors | repository | stars | updated | ||
|---|---|---|---|---|---|---|---|---|---|
| invite-contributors | Automatically invite authors of merged pull requests to your organization | invite-contributors |
|
|
erickzhao/invite-contributors | 0 | 2017-10-19 12:18:07 UTC |
invite-contributors
invite-contributors is a GitHub App built with probot that automatically invites new contributors to your repository's organization once they get a Pull Request merged, giving them a badge to wear on their profile.
Usage
- Configure the GitHub App.
- invite-contributors will automatically invite new users who have their pull requests merged to your organization.
- If you want to add new contributors to a specific team in your organization, add a
.github/badge.ymlfile into your repository such as below. Note that entering the team name and team slug are both valid formats.
# team name
MY TEAM NAME
Contributing
Anyone can contribute with issues and PRs. If you're submitting a pull request, always create a new branch to work your changes, and try squashing commits down if possible. Always test any new code and make sure npm test passes before opening a PR.