From b86fa3508da19b59b3ae7ff324c049aabab5d071 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Tue, 11 Jun 2024 11:41:21 +0000 Subject: [PATCH] fix labels --- .github/labeler.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 19293b47a..ac52120d6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,13 +1,10 @@ # Label pull requests based on file paths, titles, or branch names docs: - - 'docs/**' - - title: /^Docs\// - - head: /docs\// +- changed-files: + - any-glob-to-any-file: ['docs/**','**/*.md'] feature: - - title: /^Feature\// - - head: /feature\// + - head-branch: ['^feature', 'feature'] fix: - - title: /^(Bug|Bugfix|Fix)\// - - head: /(bug|bugfix|fix)\// \ No newline at end of file + - head-branch: ['^bug', 'bug', '^fix', 'fix'] \ No newline at end of file