Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows/triage: sharding fixes #140372

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
- label: legacy
path: Formula/.+@.+
except:
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/b/[email protected]
- Formula/o/[email protected]
- Formula/p/[email protected]
- Formula/p/[email protected]
- Formula/p/[email protected]
- Formula/p/[email protected]
- label: missing license
path: Formula/.+
Expand Down Expand Up @@ -197,23 +197,23 @@ jobs:
content: system "swift", "build"
- label: long build
path: Formula/(agda|arangodb|aws-sdk-cpp|boost|deno|dotnet|emscripten|envoy|freetype|gcc|ghc|graph-tool|harfbuzz|libtensorflow|llvm|metashell|node|pango|ponyc|rav1e|rust|semgrep|suite-sparse|swift|texlive|qt|v8|verilator|vtk|xz|zstd)(@[0-9]+)?.rb
path: Formula/.+/(agda|arangodb|aws-sdk-cpp|boost|deno|dotnet|emscripten|envoy|freetype|gcc|ghc|graph-tool|harfbuzz|libtensorflow|llvm|metashell|node|pango|ponyc|rav1e|rust|semgrep|suite-sparse|swift|texlive|qt|v8|verilator|vtk|xz|zstd)(@[0-9]+)?.rb
keep_if_no_match: true
- label: CI-build-dependents-from-source
path: Formula/(cabal-install|docbook-xsl|emscripten|erlang|ghc|go|ocaml|ocaml-findlib|ocaml-num|openjdk|rust).rb
path: Formula/.+/(cabal-install|docbook-xsl|emscripten|erlang|ghc|go|ocaml|ocaml-findlib|ocaml-num|openjdk|rust).rb
keep_if_no_match: true
- label: CI-skip-recursive-dependents
path: Formula/(ca-certificates|curl|gettext|openssl@(3|1.1)|sqlite).rb
path: Formula/.+/(ca-certificates|curl|gettext|openssl@(3|1.1)|sqlite).rb
keep_if_no_match: true
- label: CI-linux-self-hosted
path: Formula/(envoy|freetype|gdbm|gmp|gtk4|gzip|harfbuzz|hdf5|json-c|krb5|libarchive|libsndfile|libssh2|libtiff|libxcrypt|libxml2|llvm|minizip|openexr|pygments|[email protected]|systemd|qt(@5)?|utf8cpp|util-linux|xz|zlib|zstd).rb
path: Formula/.+/(envoy|freetype|gdbm|gmp|gtk4|gzip|harfbuzz|hdf5|json-c|krb5|libarchive|libsndfile|libssh2|libtiff|libxcrypt|libxml2|llvm|minizip|openexr|pygments|[email protected]|systemd|qt(@5)?|utf8cpp|util-linux|xz|zlib|zstd).rb
keep_if_no_match: true
- label: large-bottle-upload
path: Formula/texlive.rb
path: Formula/.+/texlive.rb
keep_if_no_match: true
- label: bump-formula-pr
Expand Down
Loading