scala-dev icon indicating copy to clipboard operation
scala-dev copied to clipboard

CLA checker fails regularly due to API quota

Open lrytz opened this issue 5 years ago • 2 comments
trafficstars

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

lrytz avatar Dec 12 '19 08:12 lrytz

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

SethTisue avatar Feb 05 '20 01:02 SethTisue

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

SethTisue avatar Oct 27 '20 16:10 SethTisue