Skip to content

Commit

Permalink
feat(#186): license_filter in collect.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 30, 2024
1 parent 8087f85 commit cbeb511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
poetry install
just collect "collection/${{ inputs.out }}" "${{ inputs.start }}" \
"${{ inputs.end }}" "repos"
just pulls "../repos.csv" "$TOKEN" "../repos-with-pulls.csv"
just license_filter "../repos.csv" "../after-license-filter.csv"
just pulls "../after-license-filter.csv" "$TOKEN" "../repos-with-pulls.csv"
just filter "../repos-with-pulls.csv" "../after-filter.csv"
just mcw "../after-filter.csv" "../after-mcw.csv"
just swc "../after-mcw.csv" "../after-swc.csv"
Expand All @@ -85,6 +86,7 @@ jobs:
mkdir -p "collection/${{ inputs.out }}/steps"
files=(
"repos.csv"
"after-license-filter.csv"
"repos-with-pulls.csv"
"after-filter.csv"
"after-mcw.csv"
Expand Down

0 comments on commit cbeb511

Please sign in to comment.