All Projects → erickzhao → Invite Contributors

erickzhao / Invite Contributors

Licence: isc
automatically invite authors of merged pull requests to your organization

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Invite Contributors

Karmabot
🤖 A Multipurpose Discord Bot with a Music System & Utility commands used by 160K+ users!
Stars: ✭ 73 (+143.33%)
Mutual labels:  utility, bot
Dep
[DEPRECATED] Use https://github.com/z0al/dependent-issues instead
Stars: ✭ 69 (+130%)
Mutual labels:  bot, probot
Eslint Github Bot
Plugin-based GitHub bot for ESLint
Stars: ✭ 50 (+66.67%)
Mutual labels:  bot, probot
Gh Polls Bot
Automatically create polls in GitHub issues.
Stars: ✭ 187 (+523.33%)
Mutual labels:  bot, probot
First Timers Bot
A friendly bot that helps onboarding new Open Source Contributors
Stars: ✭ 239 (+696.67%)
Mutual labels:  bot, probot
Weekly Digest
Weekly summary of activity on your GitHub repository 📆
Stars: ✭ 199 (+563.33%)
Mutual labels:  bot, probot
Commitlint Bot
[NOT MAINTAINED] use https://github.com/apps/semantic-pull-requests
Stars: ✭ 157 (+423.33%)
Mutual labels:  bot, probot
Remixbot
A multifunctional Discord bot in development that allows you to easily control your discord server.
Stars: ✭ 39 (+30%)
Mutual labels:  utility, bot
Calypsobot
A fully customizable bot built with discord.js
Stars: ✭ 131 (+336.67%)
Mutual labels:  utility, bot
Lita Line
A Line adapter for Lita
Stars: ✭ 15 (-50%)
Mutual labels:  bot
Vhackxtbot Python
Python API for vHackXT Game
Stars: ✭ 27 (-10%)
Mutual labels:  bot
Concur
Sugar for infectious JavaScript inheritance, metaprogramming & mixins
Stars: ✭ 14 (-53.33%)
Mutual labels:  utility
Fbbotw
Python Wrapper for Facebook Messenger Bot Platform.
Stars: ✭ 15 (-50%)
Mutual labels:  bot
Goat
POSIX-compliant shell movement boosting hack for real ninjas (aka `cd x` and `cd ...`)
Stars: ✭ 27 (-10%)
Mutual labels:  utility
Gapbot
Gap Messenger Api Bot Library for Python
Stars: ✭ 15 (-50%)
Mutual labels:  bot
Pvpcraft
PvPCraft Discord bot
Stars: ✭ 29 (-3.33%)
Mutual labels:  bot
Eris
A NodeJS Discord library
Stars: ✭ 879 (+2830%)
Mutual labels:  bot
Start Server And Test
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
Stars: ✭ 879 (+2830%)
Mutual labels:  utility
Rssbot
Lightweight Telegram RSS bot for notifications only. 用于消息通知的轻量级 Telegram RSS 机器人
Stars: ✭ 952 (+3073.33%)
Mutual labels:  bot
Whatsapp Framework
⚗️Whatsapp python api
Stars: ✭ 945 (+3050%)
Mutual labels:  bot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].