From 91a53c502158ebc5d71de701c0b735f463e14a1c Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 25 Oct 2024 10:25:39 -0700 Subject: [PATCH] update the labeler config --- .github/labeler.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index fc0170c9..791aebea 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,25 +1,33 @@ -# Configuration for .github/workflows/pull_request_label.yml. +# This configures the .github/workflows/pull_request_label.yml workflow. 'type-infra': - - '.github/**' + - changed-files: + - '.github/**' 'package:blast_repo': - - 'pkgs/blast_repo/**' + - changed-files: + - 'pkgs/blast_repo/**' 'package:corpus': - - 'pkgs/corpus/**' + - changed-files: + - 'pkgs/corpus/**' 'package:dart_flutter_team_lints': - - 'pkgs/dart_flutter_team_lints/**' + - changed-files: + - 'pkgs/dart_flutter_team_lints/**' 'package:firehose': - - 'pkgs/firehose/**' + - changed-files: + - 'pkgs/firehose/**' 'package:repo_manage': - - 'pkgs/repo_manage/**' + - changed-files: + - 'pkgs/repo_manage/**' 'package:sdk_triage_bot': - - 'pkgs/sdk_triage_bot/**' + - changed-files: + - 'pkgs/sdk_triage_bot/**' 'package:trebuchet': - - 'pkgs/trebuchet/**' + - changed-files: + - 'pkgs/trebuchet/**'