Skip to content

Commit 9c72e82

Browse files
committed
Merge branch 'master' into decision-process-impl
1 parent 555cb07 commit 9c72e82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3846
-1228
lines changed

.env.sample

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ GITHUB_WEBHOOK_SECRET=MUST_BE_CONFIGURED
55
# for logging, refer to this document: https://rust-lang-nursery.github.io/rust-cookbook/development_tools/debugging/config_log.html
66
# `RUSTC_LOG` is not required to run the application, but it makes local development easier
77
# RUST_LOG=MUST_BE_CONFIGURED
8+
9+
# If you are running a bot on non-rustbot account,
10+
# this allows to configure that username which the bot will respond to.
11+
# For example write blahblahblah here, if you want for this bot to
12+
# respond to @blahblahblah claim.
13+
# TRIAGEBOT_USERNAME=CAN_BE_CONFIGURED

0 commit comments

Comments
 (0)