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

DCO doesn't recognise the situation when the Sign-off was present in all of the commits in a PR, but the Sign-off message was altered not to contain the Sign-off at...

### issue - #186 ### comment - quick copy & paste haha..!

### as-is ``` 2. xxx 3. xxx ``` ### to-be ``` 2. xxx 3. xxx {code block} ```

Currently all output of DCO is text-wrapped at random locations which makes it extremely difficult to read. I propose adjusting the text output slightly: ``` Commit: sha - adfaf43 -...

Hi, In one of Our Repository DCO is failing as signed-off of the user, As user did change his commit signature with different user email-id and did his primary email-id...

Is there an issue with DCO bot? It seems to be stuck forever in our PR checks?

My last name has the character `ó` in it. I have my `.gitconfig` with the following section ```ini [user] name = Diego López León email = [email protected] ``` and I...

If I create a PR and someone suggests a change which I approve and commit (all via the browser), the commit isn't signed off and then the DCO fails. Since...

Is it possible to run the DCO app before each commit and block it in case the DCO check fails? GitHub does not allow custom hooks, however we'd like to...

This follows [how semantic-pull-requests probot app recommends its GitHub Actions alternative](https://github.com/zeke/semantic-pull-requests/blob/021ebc531acdbd9fa882acb9371ecf480a65d17b/README.md). The core logic of `tisonkun/actions-dco` is a fork of this repo and already verified on multiple repos: * [nmstate/nmpolicy](https://github.com/nmstate/nmpolicy/blob/b863b90dbc4f2b2704524519a8f1bbf1b6653329/.github/workflows/check.yaml#L74-L77)...