From 2862e86c195a4f9f8c479b434281e179338f95b5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 23 May 2024 11:16:51 +0100 Subject: [PATCH] workflows/sync-shared-config: add more repos. Let's add all public repositories in the organisation. --- .github/workflows/sync-shared-config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/sync-shared-config.yml b/.github/workflows/sync-shared-config.yml index 3cad9b46..6a2b1a93 100644 --- a/.github/workflows/sync-shared-config.yml +++ b/.github/workflows/sync-shared-config.yml @@ -19,21 +19,28 @@ jobs: strategy: matrix: repo: + - Homebrew/.github - Homebrew/actions - Homebrew/brew + - Homebrew/brew-pip-audit - Homebrew/brew.sh + - Homebrew/ci-orchestrator + - Homebrew/discussions - Homebrew/formula-patches - Homebrew/formulae.brew.sh + - Homebrew/glibc-bootstrap - Homebrew/homebrew-aliases - Homebrew/homebrew-bundle - Homebrew/homebrew-cask - Homebrew/homebrew-command-not-found - Homebrew/homebrew-core - Homebrew/homebrew-formula-analytics + - Homebrew/homebrew-linux-fonts - Homebrew/homebrew-portable-ruby - Homebrew/homebrew-services - Homebrew/homebrew-test-bot - Homebrew/install + - Homebrew/orka_api_client - Homebrew/ruby-macho - Homebrew/rubydoc.brew.sh fail-fast: false