From f0b98c348a86ac39fb05c745bd5c774f27793cd0 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Mon, 18 Sep 2023 23:12:39 +0800 Subject: [PATCH] chore: enable more title matchers for auto-labelers of bug and new feature (#300) --- .github/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a105850..78f55b9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -44,6 +44,7 @@ autolabeler: title: - /fix/i - /bug/i + - /patch/i - label: docs files: - '*.md' @@ -65,6 +66,7 @@ autolabeler: - /feature/i - /implement/i - /add/i + - /minor/i - label: dependencies title: - /dependencies/i