From 191b36c2653f907ab4730ee50f5310f74c940e26 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 28 Oct 2024 14:33:50 -0700 Subject: [PATCH 1/3] fix the labeller config file --- .github/labeler.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 791aebea..38df10a4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,32 +2,32 @@ 'type-infra': - changed-files: - - '.github/**' + - any-glob-to-any-file: '.github/**' 'package:blast_repo': - changed-files: - - 'pkgs/blast_repo/**' + - any-glob-to-any-file: 'pkgs/blast_repo/**' 'package:corpus': - changed-files: - - 'pkgs/corpus/**' + - any-glob-to-any-file: 'pkgs/corpus/**' 'package:dart_flutter_team_lints': - changed-files: - - 'pkgs/dart_flutter_team_lints/**' + - any-glob-to-any-file: 'pkgs/dart_flutter_team_lints/**' 'package:firehose': - changed-files: - - 'pkgs/firehose/**' + - any-glob-to-any-file: 'pkgs/firehose/**' 'package:repo_manage': - changed-files: - - 'pkgs/repo_manage/**' + - any-glob-to-any-file: 'pkgs/repo_manage/**' 'package:sdk_triage_bot': - changed-files: - - 'pkgs/sdk_triage_bot/**' + - any-glob-to-any-file: 'pkgs/sdk_triage_bot/**' 'package:trebuchet': - changed-files: - - 'pkgs/trebuchet/**' + - any-glob-to-any-file: 'pkgs/trebuchet/**' From 7d74901da871b8162735ac175aa6ea0a75990f67 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 28 Oct 2024 14:53:39 -0700 Subject: [PATCH 2/3] update config file --- .github/labeler.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 38df10a4..760b9ab9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,33 +1,33 @@ -# This configures the .github/workflows/pull_request_label.yml workflow. +# Configuration for .github/workflows/pull_request_label.yml. 'type-infra': - changed-files: - - any-glob-to-any-file: '.github/**' + - any-glob-to-any-file: '.github/**' 'package:blast_repo': - changed-files: - - any-glob-to-any-file: 'pkgs/blast_repo/**' + - any-glob-to-any-file: 'pkgs/blast_repo/**' 'package:corpus': - changed-files: - - any-glob-to-any-file: 'pkgs/corpus/**' + - any-glob-to-any-file: 'pkgs/corpus/**' 'package:dart_flutter_team_lints': - changed-files: - - any-glob-to-any-file: 'pkgs/dart_flutter_team_lints/**' + - any-glob-to-any-file: 'pkgs/dart_flutter_team_lints/**' 'package:firehose': - changed-files: - - any-glob-to-any-file: 'pkgs/firehose/**' + - any-glob-to-any-file: 'pkgs/firehose/**' 'package:repo_manage': - changed-files: - - any-glob-to-any-file: 'pkgs/repo_manage/**' + - any-glob-to-any-file: 'pkgs/repo_manage/**' 'package:sdk_triage_bot': - changed-files: - - any-glob-to-any-file: 'pkgs/sdk_triage_bot/**' + - any-glob-to-any-file: 'pkgs/sdk_triage_bot/**' 'package:trebuchet': - changed-files: - - any-glob-to-any-file: 'pkgs/trebuchet/**' + - any-glob-to-any-file: 'pkgs/trebuchet/**' From 7de23162ea9dd44f076c506283c3ea66d155b3f3 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 28 Oct 2024 14:55:06 -0700 Subject: [PATCH 3/3] update config file --- .github/labeler.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 760b9ab9..f4837675 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,32 +2,32 @@ 'type-infra': - changed-files: - - any-glob-to-any-file: '.github/**' + - any-glob-to-any-file: '.github/**' 'package:blast_repo': - changed-files: - - any-glob-to-any-file: 'pkgs/blast_repo/**' + - any-glob-to-any-file: 'pkgs/blast_repo/**' 'package:corpus': - changed-files: - - any-glob-to-any-file: 'pkgs/corpus/**' + - any-glob-to-any-file: 'pkgs/corpus/**' 'package:dart_flutter_team_lints': - changed-files: - - any-glob-to-any-file: 'pkgs/dart_flutter_team_lints/**' + - any-glob-to-any-file: 'pkgs/dart_flutter_team_lints/**' 'package:firehose': - changed-files: - - any-glob-to-any-file: 'pkgs/firehose/**' + - any-glob-to-any-file: 'pkgs/firehose/**' 'package:repo_manage': - changed-files: - - any-glob-to-any-file: 'pkgs/repo_manage/**' + - any-glob-to-any-file: 'pkgs/repo_manage/**' 'package:sdk_triage_bot': - changed-files: - - any-glob-to-any-file: 'pkgs/sdk_triage_bot/**' + - any-glob-to-any-file: 'pkgs/sdk_triage_bot/**' 'package:trebuchet': - changed-files: - - any-glob-to-any-file: 'pkgs/trebuchet/**' + - any-glob-to-any-file: 'pkgs/trebuchet/**'