From 1f4a1b4c4c7aaeee51a13ecfe88c5b07e91809ba Mon Sep 17 00:00:00 2001 From: Marek Date: Sun, 2 Oct 2022 18:45:23 -0700 Subject: [PATCH] fix(ci): Reduce false positives for the `C-trivial` label (#5309) * Reduce false positives for the `C-trivial` label * Delete `zebra-utils` entry Co-authored-by: teor Co-authored-by: teor --- .github/release-drafter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 2ed2ab40b..65e55e76c 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -55,7 +55,6 @@ autolabeler: - 'CHANGELOG.md' - 'zebra-consensus/src/checkpoint/*-checkpoints.txt' # Developer-only changes - - 'zebra-utils' - '.gitignore' # Test-only changes - 'zebra-test'