From 2ea0a5d021190defe0598fc6ecf4732133d93ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 1 Feb 2021 10:08:20 +0100 Subject: [PATCH] Add ":loudspeaker: Deprecation" to the changelog labels (#12698) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 42492b3d5a..c7db7ea233 100644 --- a/package.json +++ b/package.json @@ -110,6 +110,7 @@ "labels": { "PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance", "PR: Breaking Change :boom:": ":boom: Breaking Change", + "PR: Deprecation: :loudspeaker:": ":loudspeaker: Deprecation", "PR: New Feature :rocket:": ":rocket: New Feature", "PR: Bug Fix :bug:": ":bug: Bug Fix", "PR: Polish :nail_care:": ":nail_care: Polish",