Skip to content

Commit

Permalink
chore(github.rs): add preview keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai authored Mar 10, 2024
1 parent b9dba0f commit bb4edba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildit-utils/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ fn auto_add_label(title: &str) -> Vec<String> {
("r6", vec![String::from("cip-pilot")]),
("linux-kernel", vec![String::from("kernel")]),
("new", vec![String::from("new-packages")]),
("preview", vec![String::from("preview")]),
(
"ftbfs",
vec![String::from("has-fix"), String::from("ftbfs")],
Expand Down

0 comments on commit bb4edba

Please sign in to comment.