Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Conversation

@marten-seemann
Copy link
Contributor

I extracted the get-repos script from #30, because

  1. it's better to have it committed to master than living in a PR and
  2. I'd like to build on top of it, to add the repo health script (see add the script used check the Go repo health #43).

@marten-seemann marten-seemann requested a review from Stebalien July 25, 2021 10:01
if (!langs.includes(repo.language)) {
continue
}
results.push(repo.full_name)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I slightly changed the output here to make this script a little more universally applicable. It now just outputs a list of repos (strings), not wrapped in a { target: "<repo>" } object.

@marten-seemann marten-seemann merged commit 639ae74 into master Jul 26, 2021
@marten-seemann marten-seemann deleted the get-repo-script branch July 26, 2021 19:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants