Skip to content

Fix commit subject for go modules longer than 72 chars

João Alexandre Cunha requested to merge fix-long-go-commits into main

Our Danger bot does not allow commit subjects bigger than 72 characters.

This introduces a custom helper the left-trims the very long gomodule names.

Problem example: gitlab-org/cloud-native/gitlab-operator!861 (comment 1990805367)

Edited by João Alexandre Cunha

Merge request reports