From accd873d6269d543f9940f1babbae6bdbc5e4610 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 2 Aug 2021 09:26:28 +0000 Subject: [PATCH] Label PRs with "bsd" in the title --- ofborg/src/tasks/eval/nixpkgs.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ofborg/src/tasks/eval/nixpkgs.rs b/ofborg/src/tasks/eval/nixpkgs.rs index dab7251..8a7567d 100644 --- a/ofborg/src/tasks/eval/nixpkgs.rs +++ b/ofborg/src/tasks/eval/nixpkgs.rs @@ -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"), ];