|
4 年之前 | |
---|---|---|
.github | 5 年之前 | |
parser | 4 年之前 | |
src | 4 年之前 | |
templates | 4 年之前 | |
.dockerignore | 6 年之前 | |
.gitignore | 6 年之前 | |
Cargo.lock | 4 年之前 | |
Cargo.toml | 4 年之前 | |
Dockerfile | 4 年之前 | |
LICENSE-APACHE | 6 年之前 | |
LICENSE-MIT | 6 年之前 | |
README.md | 4 年之前 | |
triagebot.toml | 4 年之前 |
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!
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
and GITHUB_API_TOKEN
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.
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.