borsholder 0.2.0

Dashboard of rust-lang/rust's bors queue.
Documentation

borsholder

Build Status crates.io

borsholder is a dashboard for monitoring the Rust compiler repository's pull requests status. It is a combination of rust-lang/rust's Homu queue with useful information (labels, last comment, CI status, etc) obtained from the GitHub API.

Installing

  1. Download Rust.

  2. Install borsholder by typing in the command line:

    cargo install borsholder
    
  3. Register a GitHub account.

  4. Create a personal access token. You do not need to enable any scopes or permissions.

  5. Start borsholder:

    borsholder --token «your_personal_access_token»
    
  6. Navigate to http://127.0.0.1:55727 in your browser.