diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c28b97aba4c..1608fb15570 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,6 +4,9 @@ categories: - title: "⚠️ Breaks" labels: - "changelog/break" + - title: "🚧 Deprecation" + labels: + - "changelog/deprecation" - title: "✨ Features" labels: - "changelog/feature" diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index fb3fe1892bf..5c1489addb2 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -34,6 +34,7 @@ jobs: run: | REQUIRED_LABELS=( "changelog/break" + "changelog/deprecation" "changelog/feature" "changelog/performance" "changelog/fix"