From 274ba44c32b4c2d23b55cd4aa523ca381438d93a Mon Sep 17 00:00:00 2001 From: KonstantAnxiety Date: Tue, 3 Dec 2024 11:34:23 +0300 Subject: [PATCH] Add Dependencies changelog label (#252) --- .github/workflows/scripts/changelog/README.md | 1 + .github/workflows/scripts/changelog/changelog_config.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/scripts/changelog/README.md b/.github/workflows/scripts/changelog/README.md index ab3d0246..32c3827c 100644 --- a/.github/workflows/scripts/changelog/README.md +++ b/.github/workflows/scripts/changelog/README.md @@ -23,6 +23,7 @@ Use the following labels to assign a pull request to a section: - `type/feat` -> New features - `type/fix` -> Bug fixes - `type/sec` -> Security +- `type/deps` -> Dependencies - `type/deprecation` -> Deprecation - `type/dev` -> Development - `type/test` -> Tests diff --git a/.github/workflows/scripts/changelog/changelog_config.json b/.github/workflows/scripts/changelog/changelog_config.json index 8694410f..4f6b0095 100644 --- a/.github/workflows/scripts/changelog/changelog_config.json +++ b/.github/workflows/scripts/changelog/changelog_config.json @@ -64,6 +64,10 @@ "id": "sec", "text": "Security" }, + { + "id": "deps", + "text": "Dependencies" + }, { "id": "deprecation", "text": "Deprecation"