rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

check commit authors for each commit #67

Closed keiichiw closed 3 years ago

keiichiw commented 3 years ago

Although we check commit authors in test_commit_format.py to skip tests for dependabot's commits, the current code only checks the author of the head commit. This PR make it check each commit's author so that we can test branches where both a dependabot's commit and other commits exist.

Signed-off-by: Keiichi Watanabe keiichiw@chromium.org

keiichiw commented 3 years ago

This is an improvement of code added by https://github.com/rust-vmm/rust-vmm-ci/pull/62. This change is useful in cases where we need to submit a dependabot's commit with some other commits at the same time like https://github.com/rust-vmm/vhost/pull/48.