Skip to content

Commit c5ff5a3

Browse files
committed
Add additional files
1 parent 85bb084 commit c5ff5a3

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

collector/compile-benchmarks/REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ SPDX-FileCopyrightText = [
263263
]
264264
SPDX-License-Identifier = "MIT OR Apache-2.0"
265265

266+
[[annotations]]
267+
path = "triagebot/**"
268+
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
269+
SPDX-License-Identifier = "MIT OR Apache-2.0"
270+
266271
[[annotations]]
267272
path = "tt-muncher/**"
268273
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/main.rs b/src/main.rs
2+
index 1b7dd24f..afc747c7 100644
3+
--- a/src/main.rs
4+
+++ b/src/main.rs
5+
@@ -20,6 +20,7 @@ use triagebot::jobs::{
6+
use triagebot::{db, github, handlers::Context, notification_listing, payload, EventName};
7+
8+
async fn handle_agenda_request(req: String) -> anyhow::Result<String> {
9+
+ println!("request");
10+
if req == "/agenda/lang/triage" {
11+
return triagebot::agenda::lang().call().await;
12+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"artifact": "binary",
3+
"category": "primary",
4+
"cargo_opts": "--bin triagebot",
5+
"touch_file": "src/main.rs"
6+
}

0 commit comments

Comments
 (0)