This commit is contained in:
Chester Curme 2025-04-25 14:01:58 -04:00
parent aebee9c833
commit 41cd29654f

View File

@ -24,14 +24,14 @@ jobs:
- name: Get repos with yq - name: Get repos with yq
id: get-unsorted-repos id: get-unsorted-repos
uses: mikefarah/yq@v4 uses: mikefarah/yq@master
with: with:
cmd: | cmd: |
yq ' yq '
.packages[] .packages[]
| select( | select(
( (
(.repo | startswith("langchain-ai/")) (.repo | test("^langchain-ai/"))
and and
(.repo != "langchain-ai/langchain") (.repo != "langchain-ai/langchain")
) )