From 7d350d7e108e10d51a1de6d4a6e499966e9b6a14 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Thu, 27 Feb 2025 14:57:58 -0500 Subject: [PATCH] Remove BUG_PREFIX from codereview.settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG_PREFIX was useful when Crashpad bugs were in a separate bug database namespace from Chromium bugs, as was the case when both projects were using Monorail. With both now using Buganizer, there is no longer any need to use the crashpad: prefix for Crashpad bugs. Tools will automatically link bug numbers in this field and the links will refer to the correct bug regardless of whether it’s filed under Crashpad, Chromium, or another project. Change-Id: I80afac17946419aa70b462c3c1c98183f3ab4310 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6310117 Reviewed-by: Justin Cohen Commit-Queue: Mark Mentovai --- codereview.settings | 1 - 1 file changed, 1 deletion(-) diff --git a/codereview.settings b/codereview.settings index ac1a735c..e31258ce 100644 --- a/codereview.settings +++ b/codereview.settings @@ -16,4 +16,3 @@ GERRIT_HOST: True CODE_REVIEW_SERVER: https://chromium-review.googlesource.com/ VIEW_VC: https://chromium.googlesource.com/crashpad/crashpad/+/ PROJECT: crashpad -BUG_PREFIX: crashpad: