-
Notifications
You must be signed in to change notification settings - Fork 42
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
added repo-reasoner as a filter for unmainted repositories #403
Conversation
@yegor256 could you check the pr please |
steps/discover.sh
Outdated
@@ -69,6 +69,18 @@ elif [ -z "${REPOS}" ] || [ ! -e "${REPOS}" ]; then | |||
samples-filter filter "${fargs[@]}" | |||
rm "${csv}" | |||
mv "${nosamples}" "${csv}" | |||
|
|||
maintained=${TARGET}/maintained.csv | |||
declare -a margs=( \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dzhovi why it's indented right?
steps/discover.sh
Outdated
"--model=${GIGACHAT_MODEL}" | ||
) | ||
repo-reasoner filter-unmaintained "${margs[@]}" | ||
rm "${csv}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dzhovi may be it's better to keep the original file, but only rename it?
steps/discover.sh
Outdated
"--repositories=${csv}" \ | ||
"--output=${maintained}" \ | ||
"--key=${GIGACHAT_KEY}" \ | ||
"--model=${GIGACHAT_MODEL}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dzhovi can we ask repo-reasoner
to save its logs somewhere? It will be very interesting to see why some repositories were filtered out.
@dzhovi looks very good! see some comments above |
Repo reasoner requires 2 environment variables: