Skip to content

Commit

Permalink
chore: Remove stale repositories with no PRs being merged
Browse files Browse the repository at this point in the history
Starting with letter a.
  • Loading branch information
tgodzik committed Aug 5, 2024
1 parent 978b413 commit 4771468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions repos-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@
- 2m/vilnius-pub
- 2m/yabai-scala
- 7mind/distage-example
- 7mind/idealingua-example
- 7mind/idealingua-v1
- 7mind/izumi
- 7mind/sbtgen
- 9rb/rchain
- aaronp/franz
- abdolence/slack-morphism
- adzerk/apso
- afsalthaj/safe-string-interpolation
- agourlay/cornichon
- agustafson/cats-quartz
- ahjohannessen/sec
- ahjohannessen/unum
- akka/akka
Expand All @@ -35,9 +31,6 @@
- akka/alpakka-kafka
- albuch/sbt-dependency-check
- AleGlowa/zio-twitter
- alekslitvinenk/doppler
- alekslitvinenk/logshingles
- alexandru/typelevel-library.g8
- alexarchambault/ammonite-runner
- alexarchambault/ammonite-spark
- alexarchambault/argonaut-shapeless
Expand All @@ -46,30 +39,22 @@
- alexarchambault/mill-native-image
- alexarchambault/missing-link-cli
- alexarchambault/plotly-scala
- alexarchambault/sbt-coursier-export
- alexarchambault/scalacheck-shapeless
- alexarchambault/windows-ansi
- alexbalonperin/zio_experiments
- AlexITC/chrome-scalajs-template
- AlexITC/playsonify
- AlexITC/scala-js-chrome
- almibe/ligature-scala
- almond-sh/almond
- alonsodomin/cron4s
- alonsodomin/kamon-cloudwatch
- alonsodomin/purerand
- alonsodomin/sbt-spark
- alonsodomin/scala-colog
- AmadeusITGroup/sbt-release-notes
- andreamarcolin/oidc4s
- andreum/process-resource
- andyglow/caseclass-evolution
- andyglow/scalacheck-gen-configured
- andyglow/scaladoc
- andyglow/scala-jsonschema
- andyglow/scala-range
- andyglow/scala-ulid
- andyglow/spark-option-setter
- andyglow/typesafe-config-scala
- andyglow/websocket-scala-client
- ant8e/sbt-i18n
Expand All @@ -84,11 +69,8 @@
- asachdeva/cats-sandbox
- asachdeva/fpinsscala
- asachdeva/zio_launch
- asakaev/leftpad
- atnos-org/eff
- atnos-org/origami
- Atry/Curried.scala
- Atry/Dsl.scala-akka-actor
- Atry/fastring
- Atry/FutureBinding.scala
- Atry/JsPromiseBinding.scala
Expand Down Expand Up @@ -266,9 +248,7 @@
- criteo/cuttle
- criteo/lolhttp
- d2a4u/meteor
- d2a4u/sqs4s
- d10xa/jadd
- d10xa/scala.g8
- daandi/nice-url-encode-decode
- daenyth/cats-effect-guava
- DanielaSfregola/random-data-generator
Expand Down
6 changes: 3 additions & 3 deletions scripts/test-repos.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using dep "org.kohsuke:github-api:1.318"
//> using dep "org.kohsuke:github-api:1.323"
//> using toolkit default
//> using scala 3

Expand Down Expand Up @@ -114,6 +114,6 @@ def main(
.toList

if nonExistent.nonEmpty then
println("Identified problems with repositories:")
println(s"\nIdentified problems with ${nonExistent.length} repositories:")
nonExistent.foreach: repo =>
println(s" - $repo")
println(s" - https://github.com/$repo")

0 comments on commit 4771468

Please sign in to comment.