Pipeline error in commit - Blog

Hello ! I am doing my first article, and when I try to push my article, in the pipeline show me the next error

⧗   input: feat(doc): #0 red team exercise

- Upload blog text
- Word count: 816
- LIX: 40
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]
✖   scope may not be empty [scope-empty]
✖   found 3 problems, 0 warnings 

is there a template for commit?

The pipe link is the next:
Pipeline

I was seen anothers commits but the pipeline is different, help! :frowning:
Thank you.

Your problem is the commit message, the web repo doesn’t allow commit message with issue #0 you have to create an issue about the topic of your article and reference that issue in the commit msg. Example:

https://gitlab.com/fluidattacks/web/issues/2150

1 Like