scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 15 forks source link

CLA checker fails regularly due to API quota #729

Closed lrytz closed 2 weeks ago

lrytz commented 4 years ago

See https://github.com/scala/scala-collection-compat/pull/273#issuecomment-561290746

lightbend.com provides a CLA checker that works with GitHub webhooks.

https://github.com/lightbend/lightbend.com/issues/2369 (private link) is about allowing Scala CLA checking using Lightbend's bot (currently it only supports the Lightbend CLA, should not be a big thing). After that (these are instructions for the Lightbend CLA)

you should simply need to add a webhook with payload https://www.lightbend.com/contribute/cla/_github-hook and content type as json. Then select individual events only - with PRs being the only thing needed Then add the user lightbend-cla-validator with write access I think it will work with typesafe-cla-validator, however I’d suggest going with the updated validator

SethTisue commented 4 years ago

relocating to sbt-scala-module since this is really common to all the modules

SethTisue commented 4 years ago

relocating to scala-dev since this isn't really even module-specific

SethTisue commented 2 months ago

has anyone seen this recently? I haven't