Skip to content

Bug 437166 - CLA plugin fails if projects can't "Push"

Eclipse Webmaster requested to merge github/fork/eclipsewebmaster/master into master

Currently the CLA Gerrit plugin uses "Push" permissions to assume a person is a committer on a project. However not all projects want to have "Push" enabled into their repos in order to require code review. This change uses canSubmit() instead, since that permission will be available to committers in the foreseeable future.

Merge request reports