Label PRs with "bsd" in the title

This commit is contained in:
Alyssa Ross 2021-08-02 09:26:28 +00:00 committed by Cole Helbling
parent 01a69183ef
commit accd873d62

View file

@ -26,7 +26,8 @@ use uuid::Uuid;
static MAINTAINER_REVIEW_MAX_CHANGED_PATHS: usize = 64;
const TITLE_LABELS: [(&str, &str); 2] = [
const TITLE_LABELS: [(&str, &str); 3] = [
("bsd", "6.topic: bsd"),
("darwin", "6.topic: darwin"),
("macos", "6.topic: darwin"),
];