lightbend / genjavadoc

A compiler plugin for generating doc’able Java source from Scala source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't add commits to existing branches

raboof opened this issue · comments

Looks like the branch protection is preventing me from adding commits to a branch:

[aengelen@rigter:~/dev/genjavadoc]$ git push -u
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 16 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 391 bytes | 391.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
remote: error: GH006: Protected branch update failed for refs/heads/sbt-ci-release.
remote: error: Required status check "typesafe-cla-validator" is expected.
To github.com:lightbend/genjavadoc
 ! [remote rejected] sbt-ci-release -> sbt-ci-release (protected branch hook declined)
error: failed to push some refs to 'git@github.com:lightbend/genjavadoc'

It's interesting the error mentions typesafe-cla-validator: I of course have signed the CLA, but I don't think we check the validator for branches, only for PR's?

Changed branch protection to only cover main branch.