Sniddl / discord-commits

Send Repository Activity using Dynamic Discord Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to remove footer from embed

Greazi-Times opened this issue · comments

commented

When you send a embed it adds a footer to it.
The posibility to get that removed would be great.

commented

Can you post an example?

commented

image

Like the image above on the end is a line that shows signed-off-by:

commented

Are you following a standard like this?. I'm not familiar with footers in commit messages.

commented

Its inside of the embed.
And not the message.

commented

Git does not define footer standards inside the commit message. You can read more about GitHub payloads here.

I won't support conventional commits specification until the parsing library fixes the following issues with git trailers.

commented

Reopened because I would like to provide developers with partial control over trailing footers. Thinking an option for regular expressions could help omit parts of the commit body. Similar to #26