From c0d994e07fa988a60d6ce25e6e773b739849f097 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Mon, 18 Mar 2024 06:31:41 -0400 Subject: [PATCH] Add precommit labeling (#85) --- .github/release-drafter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0df6148a..620e4090 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,6 +4,9 @@ tag-template: "$RESOLVED_VERSION" change-template: "- $TITLE @$AUTHOR (#$NUMBER)" sort-direction: ascending autolabeler: + - label: 'pre-commit' + files: + - '.pre-commit-config.yaml' - label: 'javascript' files: - '*.ts' @@ -72,6 +75,7 @@ categories: collapse-after: 1 labels: - "dependencies" + - "pre-commit" # yamllint disable rule:line-length template: | [![Downloads for this release](https://img.shields.io/github/downloads/raman325/lock_code_manager/$RESOLVED_VERSION/total.svg)](https://github.com/raman325/lock_code_manager/releases/$RESOLVED_VERSION)