]> git.ipfire.org Git - thirdparty/bind9.git/commit
Only warn about fixup commits once per run
authorMichał Kępień <michal@isc.org>
Mon, 18 Jan 2021 13:57:47 +0000 (14:57 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 18 Jan 2021 14:14:55 +0000 (15:14 +0100)
commit7e6f583f413f2a60d81f64bc4e6e7da1cd68f7a5
tree7979525f990159f9986d79fb718ad675ec80d01a
parent584032ac38973bec1bb2baa85162ec2b979ec321
Only warn about fixup commits once per run

The Danger GitLab CI job currently generates a separate error message
about fixup commits being present in a merge request for every such
commit found.  Prevent that by making it only log that error message
once per run.

(cherry picked from commit 801d13f62fe60436db16f525231172145f8ccde5)
dangerfile.py