Git Product home page Git Product logo

remindbot's Introduction

What is Remindbot?

Remindbot is a GitHub bot that reminds github assignees of stale pull requests.

How it works

Remindbot works by looking at all the pull requests in a repository and checking to see if any of the comments are:

  • By the current assignee
  • Within a certain time (by default, the last day)

If these two are not true and the PR is older than a day (also configurable), the bot will leave a comment on the Pull Request to remind the assignee that they need to review it.

How to use

  1. Compile the bot using Cargo
    • Use cargo build --release
  2. cd to the directory where the binary is built (by default its at ./target/release)
  3. The command to run RemindBot is remindbot --owner pearapps --repo initializeme --auth_token SOME_TOKEN
    • --owner is the GitHub user whose repo you want to remind assignees on
    • --repo is the repo name you want to remind assignees on
    • This will run RemindBot once
    • If you want RemindBot to run continuously - you have to handle that yourself for now.

What else?

This bot also will tell you the average amount of time all open Pull Requests with an assignee have been open.

Why Rust?

Rust is expressive, safe, and fast.

remindbot's People

Contributors

mbbischoff avatar pearapps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

remindbot's Issues

Who is reminded?

Does it remind the assigness of a PR or the assigned reviewers of a PR?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.