Allow the whole commit object to be used as a field inside of a commit parser #757
Closed
1 task done
Labels
feature/request
New feature or request
Is there an existing issue or pull request for this?
Feature description
We are grouping our commit by labels on PRs and there is currently no easy way to group them and rename the groups based on regex.
Desired solution
I would love to just use any field in the commit object to group objects inside of the commit parsers, most prominently
github.pr_labels
. To be fair the easiest solution would to just add this as an option, but I think that would just kick the can along until someone decides they want a different label.Alternatives considered
There is a workaround inside of the template definition itself, described here: #461 (comment)
Additional context
Original Implementation PR: #312
The text was updated successfully, but these errors were encountered: