behaviorbot / Request Info
Licence: mit
Requests more info from PRs/Issues with either the default title or a blank body
Stars: β 89
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Request Info
react-preview
a GitHub App built with probot that generates preview links for react based projects.
Stars: β 14 (-84.27%)
Mutual labels: probot, github-app, probot-app
scalafmt-probot
π€Github bot for checking code formatting with scalafmt
Stars: β 15 (-83.15%)
Mutual labels: probot, github-app, probot-app
Gh Polls Bot
Automatically create polls in GitHub issues.
Stars: β 187 (+110.11%)
Mutual labels: github-app, probot-app, probot
Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: β 13 (-85.39%)
Mutual labels: github-app, probot-app, probot
linter-alex
πSensitive, considerate writing before you merge your Pull Requests
Stars: β 67 (-24.72%)
Mutual labels: probot, github-app, probot-app
Commitlint Bot
[NOT MAINTAINED] use https://github.com/apps/semantic-pull-requests
Stars: β 157 (+76.4%)
Mutual labels: github-app, probot-app, probot
boring-cyborg
π€ A Github bot to automatically label PRs, issues and perform all the boring operations that you don't want to do.
Stars: β 66 (-25.84%)
Mutual labels: probot, github-app, probot-app
Auto Assign
π€ A Probot app that adds reviewers to pull requests when pull requests are opened.
Stars: β 140 (+57.3%)
Mutual labels: github-app, probot-app, probot
issuelabeler
A GitHub bot to label issues automatically based on title and body against list of defined labels. System status (https://status.verticalaxisbd.com/)
Stars: β 23 (-74.16%)
Mutual labels: probot, github-app, probot-app
branch-switcher
a GitHub bot that switches the base branch of pull requests to the preferred branch
Stars: β 15 (-83.15%)
Mutual labels: probot, github-app, probot-app
merge-me
A GitHub app that merges your pull requests once all required checks pass.
Stars: β 19 (-78.65%)
Mutual labels: probot, github-app, probot-app
Stale
A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
Stars: β 1,070 (+1102.25%)
Mutual labels: github-app, probot-app, probot
Weekly Digest
Weekly summary of activity on your GitHub repository π
Stars: β 199 (+123.6%)
Mutual labels: github-app, probot-app, probot
new-pr-welcome
Welcome users when they open their first PR in your repository
Stars: β 20 (-77.53%)
Mutual labels: probot, github-app, probot-app
Mergeable
π€ All the missing GitHub automation π π
Stars: β 475 (+433.71%)
Mutual labels: github-app, probot-app, probot
Todo
π€β
GitHub App that creates new issues from actionable comments in your code.
Stars: β 685 (+669.66%)
Mutual labels: github-app, probot-app, probot
prosebot
π€π Probot App to help you write better on GitHub.
Stars: β 46 (-48.31%)
Mutual labels: probot, probot-app
app
GitHub App that enforces the Developer Certificate of Origin (DCO) on Pull Requests
Stars: β 236 (+165.17%)
Mutual labels: github-app, probot-app
probot-issue-duplicate-detection
A probot plugin for automatic issue duplicate detection
Stars: β 31 (-65.17%)
Mutual labels: probot, probot-app
Linter
a GitHub App that lints and fixes code in Pull Requests
Stars: β 54 (-39.33%)
Mutual labels: github-app, probot-app
request-info
a GitHub App built with probot that requests more info from newly opened Pull Requests and Issues that contain either default titles or whose description is left blank. It does so by taking data from a
.github/config.yml.
Usage
- Install the bot on the intended repositories. The plugin requires the following Permissions and Events:
- Pull requests: Read & Write
- [x] check the box for Pull Request events
- Issues: Read & Write
- [x] check the box for Issue events
- Add a
.github/config.ymlfile that contains the following:
# Configuration for request-info - https://github.com/behaviorbot/request-info
# *OPTIONAL* Comment to reply with
# Can be either a string :
requestInfoReplyComment: >
We would appreciate it if you could provide us with more info about this issue/pr!
# Or an array:
# requestInfoReplyComment:
# - Ah no! young blade! That was a trifle short!
# - Tell me more !
# - I am sure you can be more effusive
# *OPTIONAL* default titles to check against for lack of descriptiveness
# MUST BE ALL LOWERCASE
requestInfoDefaultTitles:
- update readme.md
- updates
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
requestInfoLabelToAdd: needs-more-info
# *OPTIONAL* Require Issues to contain more information than what is provided in the issue templates
# Will fail if the issue's body is equal to a provided template
checkIssueTemplate: true
# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template
# Will fail if the pull request's body is equal to the provided template
checkPullRequestTemplate: true
# *OPTIONAL* Only warn about insufficient information on these events type
# Keys must be lowercase. Valid values are 'issue' and 'pullRequest'
requestInfoOn:
pullRequest: true
issue: true
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on
# keys must be GitHub usernames
requestInfoUserstoExclude:
- hiimbex
- bexo
- If you prefer not to add a
.github/config.ymlfile, you can simply install the bot and it would comment on issues and pull requests that have empty bodies, with the comment:
The maintainers of this repository would appreciate it if you could provide more information.
Setup
# Install dependencies
npm install
# Run the bot
npm start
See the probot deployment docs if you would like to run your own instance of this plugin.
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].
