No Description

Mark Rousskov 116550a14b Change instructions for reaching out about problems 2 years ago
.github 78000a6e9a Remove dependabot 3 years ago
parser 9dca721fb4 Support @rustbot review (#1615) 2 years ago
src 116550a14b Change instructions for reaching out about problems 2 years ago
templates 73d7606103 Add current date to lang team agenda 2 years ago
.dockerignore eca0e62b66 add support for generating a docker container 6 years ago
.env.sample 8ecc9a14a5 add doc-comment to note.rs; add .env.sample; ignore .env 3 years ago
.gitignore 8ecc9a14a5 add doc-comment to note.rs; add .env.sample; ignore .env 3 years ago
Cargo.lock e19ff1416f Add missing Cargo.lock deps 2 years ago
Cargo.toml 07b58332b3 Add agenda endpoints to triagebot 2 years ago
Dockerfile 0ee1ead5df Revise build to fix libssl breakage (#1616) 2 years ago
LICENSE-APACHE e3be7f056b Implement labeling issues 6 years ago
LICENSE-MIT e3be7f056b Implement labeling issues 6 years ago
README.md f2d915ee5b improve instructions on how to setup triagebot 4 years ago
rustfmt.toml e4c04083a9 rustfmt.toml config with 2018 edition 3 years ago
triagebot.toml 2c7f116ee3 enable rustbot note in triagebot.toml 3 years ago

README.md

Triagebot

This is the triage and team assistance bot for the rust-lang organization.

Please see the wiki for our documentation, and feel free to contribute edits if you find something helpful!

Installation

To compile the Triagebot you need OpenSSL development library to be installed (e.g. for Ubuntu-like Linux distributions sudo apt install libssl-dev).

Run cargo build to compile the triagebot.

The GITHUB_WEBHOOK_SECRET, GITHUB_API_TOKEN and DATABASE_URL environment variables need to be set.

If GITHUB_API_TOKEN is not set, the token can also be stored in ~/.gitconfig in the github.oauth-token setting.

To configure the GitHub webhook, point it to the /github-hook path of your webserver (by default http://localhost:8000), configure the secret you chose in .env, set the content type to application/json and select all events.

License

Triagebot is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.