diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 732e7383dbad..e8c264382426 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -325,62 +325,19 @@ jobs: keep_if_no_match: true - label: CI-linux-self-hosted - path: Formula/.+/(dart-sdk|envoy|qt(@5)?|souffle|texlive).rb + path: Formula/.+/(dart-sdk|envoy|qt(@5)?|texlive).rb keep_if_no_match: true allow_any_match: true - label: CI-linux-self-hosted-deps path: "Formula/.+/(\ alsa-lib|\ - aom|\ - brotli|\ - cups|\ - dbus|\ - freetype|\ - gdbm|\ glib|\ - glslang|\ - gmp|\ - gtk4|\ - gzip|\ - harfbuzz|\ - hdf5|\ - icu4c|\ - json-c|\ - krb5|\ - libarchive|\ - libedit|\ - libnghttp2|\ - libsndfile|\ - libssh2|\ libva|\ - libx11|\ - libxcrypt|\ libxml2|\ - libxrandr|\ - mesa|\ - minizip|\ - mpfr|\ - nss|\ - numpy|\ - open-mpi|\ - openexr|\ - p11-kit|\ python@3.12|\ - qt(@5)?|\ - readline|\ - remind|\ - shared-mime-info|\ - souffle|\ systemd|\ - texlive|\ - unbound|\ - utf8cpp|\ - util-linux|\ - webp|\ - xz|\ zlib|\ - zstd\ ).rb" keep_if_no_match: true allow_any_match: true diff --git a/CODEOWNERS b/CODEOWNERS index 0ee0c5df0c39..cfc6a7370463 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -15,6 +15,7 @@ tap_migrations.json @Homebrew/tsc @MikeMcQuaid .github/PULL_REQUEST_TEMPLATE.md @Homebrew/tsc @MikeMcQuaid LICENSE.txt @Homebrew/tsc @MikeMcQuaid .github/workflows/ @Homebrew/core @MikeMcQuaid +.github/workflows/triage.yml @Homebrew/tsc audit_exceptions/linux_only_gcc_dependency_allowlist.json @Homebrew/tsc audit_exceptions/permitted_formula_license_mismatches.json @Homebrew/tsc @MikeMcQuaid