add bot comment system
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s

This commit is contained in:
2024-04-25 14:25:43 +09:00
parent 840320d0d2
commit bf31cf2a8f
5 changed files with 62 additions and 19 deletions

View File

@ -34,6 +34,7 @@ pub fn log_file(s: &str) -> String {
match &*s {
"n1" => f + &"notify_cid.txt",
"n2" => f + &"notify_cid_run.txt",
"c1" => f + &"comment_cid.txt",
_ => f + &s,
}
}