From 21e6858ffed0acae7d2d65e347f770828e3a9416 Mon Sep 17 00:00:00 2001 From: 5ouma <101255979+5ouma@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:33:24 +0900 Subject: [PATCH] ci(labeler): Add `Type: Dependencies` label to pre-commit.ci When hooks are updated, automatically add that label. --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1f331d8..1256448 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -15,6 +15,6 @@ "Type: CI": - head-branch: ["^ci-"] "Type: Dependencies": - - head-branch: ["^dep(endency|endencies|s)?-"] + - head-branch: ["^dep(endency|endencies|s)?-", "^pre-commit-ci-update-config$"] "Type: Meta": - head-branch: ["^meta-"]