From d24e2e300d6b469290b8857ef6aaf107b3d3014f Mon Sep 17 00:00:00 2001 From: mcpeapsUnterstrichHD Date: Thu, 5 Sep 2024 00:01:18 +0200 Subject: [PATCH] . --- .github/labeler.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index fc35336..49b773d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,28 +2,32 @@ # in pull requests. Adjust the paths and labels according to your project needs. # Apply labels based on the directories/files changed -labels: +rust: - name: rust paths: - 'src/**' - 'Cargo.toml' - 'Cargo.lock' +tests: - name: tests paths: - 'tests/**' - - name: docs +documentation: + - name: documentation paths: - 'docs/**' - '*.md' +config: - name: config paths: - 'Cargo.toml' - 'Cargo.lock' - '.github/**' +build: - name: build paths: - 'build/**'