app icon indicating copy to clipboard operation
app copied to clipboard

GitHub App that enforces the Developer Certificate of Origin (DCO) on Pull Requests

Results 44 app issues
Sort by recently updated
recently updated
newest added

My email is caleb @ 15five.com, but DCO did not allow it (https://github.com/grafana/helm-charts/pull/268), because it was looking for the github no-reply email. I'm not a lawyer but I'm pretty sure...

Hi all, We have recently adopted this bot in the graphene project (https://github.com/oscarlab/graphene). Thanks! We have been running into situations where a developer initially signs the commit for a PR,...

The DCO is required for all committers and on every non-merge commit for most projects. Having the 'Set DCO to Pass' option removes the paper trail of having commits specifically...

pinned

I believe I've found a case where the DCO enforcement, when there is one unsigned commit, but it is not the last one. To reproduce, I branch my repo, add...

pinned

Is there anyway to make DCO fundamentally less costly to use? I’ve seen that engineers spend a lot of time fixing DCO checks, if you factor in the merge conflicts...

My organization has recently ran into a unique issue in one of our repositories. Beginning on November 28th, commits pushed by GitBook began requiring, and failing, DCO checks. Prior to...

1. If remediation commits are allowed, the app will warn: > Please note: You should avoid adding empty commits (i.e., git commit -s --allow-empty), because these will be discarded if...

It seems to me, the tool only checks for git [trailer](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---trailerlttokengtltvaluegt) but anybody can insert any commit message if not signed using GPG. In current situation when someone pushes the...

Hello. I am wondering whether the DCO errors like in [this check](https://github.com/hyperledger/iroha/pull/3750/checks?check_run_id=15387974728) could be tuned out so the DCO check accepts other emails. Is it reasonable, or should I write...

Resolving DCO failures takes too long. I’ve lost hours of time and actual valuable work to DCO because I must check out the code, follow the instructions, and they often...