Files
probot.github.io/_apps/invite-contributors.md
Brandon Keepers 7aa14535d1 Sync data
2018-12-09 21:49:06 +00:00

2.0 KiB

title, description, slug, screenshots, authors, repository, stars, updated, host, installations, organizations
title description slug screenshots authors repository stars updated host installations organizations
invite-contributors Invite authors of merged pull requests to your organization invite-contributors
https://i.imgur.com/IoTF1aD.png
erickzhao
erickzhao/invite-contributors 23 2018-05-05 14:10:11 UTC https://vast-stream-78160.herokuapp.com 26
nteract
nextcloud
stylelint
Laravel-Backpack
publiclab
imolorhe
github-modules
cla-assistant
react-native-sensors
flyve-mdm

invite-contributors

Build Status codecov

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.

Usage

  1. Configure the GitHub App.
  2. invite-contributors will automatically invite new users who have their pull requests merged to your organization.
  3. More options are available if you add a .github/invite-contributors.yml file into your repository such as below.
# If true, this will add new contributors as outside collaborators
# to the repo their PR was merged in. Team name is ignored if this
# flag is set to true.
isOutside: false

# Specify team name to add new contributors to a specific team
# within your organization.
# Use team name or team-name-slug
team: 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 and code coverage is adequate before opening a PR.