]> 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:13:34 +0000 (15:13 +0100)
commitc3341d3a85627c05ffbaeb39f30d9c9df365e9fc
treef0fcdae487eb159634cf91437724ee02143dea67
parentbc6e0cd2b78dd4fb426ee4099d4a6d1a88009151
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