dcoapp / app

GitHub App that enforces the Developer Certificate of Origin (DCO) on Pull Requests
https://github.com/apps/dco
ISC License
296 stars 73 forks source link

Feature request: Option to ignore certain accounts #174

Open hrj opened 2 years ago

hrj commented 2 years ago

There are some user accounts, such as dependency update bots, which don't sign off their commits. It is a chore to manually set the DCO status to pass.

It would be nice to have a config option to ignore some accounts.

Ideally, the proposed config option (and this app) would use (and validate) the github account of the one raising a PR, but I have no idea if that is possible. This is to prevent ignoring based on commit info, which can be easily doctored.