From a5ad3a44b5476909f12ae90501d8c7c451669be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 18 Mar 2023 17:15:45 -0400 Subject: chore(ci): allow 'Reland' PR title prefix (#18273) --- tools/verify_pr_title.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/verify_pr_title.js b/tools/verify_pr_title.js index 01c47636a..ffae101ca 100644 --- a/tools/verify_pr_title.js +++ b/tools/verify_pr_title.js @@ -28,6 +28,9 @@ const validPrefixes = [ // allow Revert PRs because it allows us to remove the landed // commit from the generated changelog "Revert ", + // allow Reland PRs because when editing the changelog, it helps us identify + // commits that were reverted, but then relanded + "Reland ", // Allow landing breaking changes that are properly marked "BREAKING", ]; -- cgit v1.2.3