From 094f529b6aba957fce8c00cc3e801787d9437554 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 22 Nov 2023 14:04:15 -0800 Subject: [PATCH] Fix team-infra label in dependabot (#138917) As part of the new triage process (https://flutter.dev/go/triage-2023-rfc) the "team: infra" label was replaced by "team-infra" --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 777c393fa0..e2f1ac7a31 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: - "yusuf-goog" labels: - "team" - - "team: infra" + - "team-infra" - "autosubmit" - package-ecosystem: "docker" directory: "/dev/ci/docker_linux" @@ -26,7 +26,7 @@ updates: - "christopherfujino" labels: - "team" - - "team: infra" + - "team-infra" - "autosubmit" - package-ecosystem: "github-actions" directory: "/" @@ -36,5 +36,5 @@ updates: - "godofredoc" labels: - "team" - - "team: infra" + - "team-infra" - "autosubmit"