app
app copied to clipboard
GitHub App that enforces the Developer Certificate of Origin (DCO) on Pull Requests
Hi, it seems like the DCO app doesn't run as part of merge queues, it would be nice to be able to do that so the two features are compatible...
**Description** Not sure whether this is the right fix -- add merge_group in the app.yml to enable DCO to run in merge queue. **Motivation** [Pull Request Merge Queue Public Beta](https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/)...
Gerrit enforces this, and indeed it would seem to be a basic requirement that the two match. Note that Gerrit does not enforce that the names match, just the email...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
DCO check ensures that DCO is signed with an email address that matches the commit author. Is it possible to enforce that all commits are signed with 1) a valid...
Not sure if this is a DCO issue or a Git issue but during the check it removes the trailing dot in the author field of my commits. My Git...
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...
One of my project's repositories first had this issue 27 days ago. It was 3 weeks before I noticed my changes were not merged. I did see issue 211 and...
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...