You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is the commit the format used inside GMV. Peril should look through all of the existing labels for that repo and apply any that are used inside the commit message as a [Label] match.
Reasoning
This data already exists in issues and commits, so adding it here means less chore work.
Exceptions:
This won't fail builds, and is only additive - so no need for exceptions
The text was updated successfully, but these errors were encountered:
If we're going to teach Peril how to connect labels with commits, maybe we should get that data out of the commit subject line and put it into the body, something like this:
Add support for searching for a location
This commit adds support for searching for a location, which is a great feature. It was challenging to work on, but once I remembered to try hard and believe in myself the code sorta fell into place.
closes #12
labels: consignments
I guess what I'm saying is that if Peril can parse the commit message and apply labels, then getting that noise out of the subject line seems to have value to me. Just a thought!
Proposal:
Let's say you had a commit like this:
Which is the commit the format used inside GMV. Peril should look through all of the existing labels for that repo and apply any that are used inside the commit message as a
[Label]
match.Reasoning
This data already exists in issues and commits, so adding it here means less chore work.
Exceptions:
This won't fail builds, and is only additive - so no need for exceptions
The text was updated successfully, but these errors were encountered: