From 0484b891f1b80461b776293581f9bbef80d9438a Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 21 Dec 2023 19:39:45 +0100 Subject: [PATCH] Add tech maintenance label --- .github/workflows/pre-commit-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 2fdfc4946..ace74d7ac 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -34,5 +34,7 @@ jobs: add-paths: .pre-commit-config.yaml branch: update/pre-commit-hooks title: Update pre-commit hooks + labels: | + Tech maintenance commit-message: "chore: update pre-commit hooks" body: Update versions of pre-commit hooks to latest version.