dcoapp / app

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

Can DCO be configured to not run on merges between protected branches? #209

Open atbenmurray opened 5 months ago

atbenmurray commented 5 months ago

DCO seems to essentially prevent being able to merge from a 'main-like' branch such as main or dev to a feature branch to keep it up to date. It isn't practical to ask all the authors who've contributed to dev to resign commits so we can keep the feature branch up to date with dev. Is there a way to supress DCO when merging between protected branches?