From c2ad3fbe70030f3454b74d802eefeca505016a65 Mon Sep 17 00:00:00 2001 From: Chris Mc Date: Mon, 17 Apr 2023 04:41:44 -0700 Subject: [PATCH] (#17020) config: remove alert with empty reviewers --- .github/workflows/alert-community.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/alert-community.yml b/.github/workflows/alert-community.yml index 25ef30d9a9..7dcd6dc6c8 100644 --- a/.github/workflows/alert-community.yml +++ b/.github/workflows/alert-community.yml @@ -186,11 +186,6 @@ jobs: files: "recipes/gtest/*/*" reviewers: "@Hopobcn @jwillikers" - - uses: ./.github/actions/alert-community - with: - files: "recipes/gtk/*/*" - reviewers: "" - - uses: ./.github/actions/alert-community with: files: "recipes/imgui/*/*"