From cdb8995665b5e2e31e540acbdab10b16558e56ec Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 9 Jun 2026 17:52:24 +0200 Subject: [PATCH] .github/labeler: add CI label automatically To make it a bit more obvious when any CI related files such as github workflows are touched add a label. Signed-off-by: Paul Holzinger --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index b03b88834b..231cdd0674 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -11,3 +11,7 @@ governance: - any-glob-to-any-file: OWNERS - any-glob-to-any-file: MAINTAINERS.md - any-glob-to-any-file: GOVERNANCE.md +CI: + - changed-files: + - any-glob-to-any-file: .github/** + - any-glob-to-any-file: hack/ci/**