Some merge requests (e.g. those created for release branches) include merge commits. Prevent Danger from warning about excessive subject line length for merge commits. (While the proper way to detect a merge commit would be to check the 'parents' attribute of a commit object, Danger Python does not seem to populate that attribute, so a simple string search is performed on the commit subject instead.)
12 KiB
12 KiB