NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.
https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
MIT License
3.13k stars 16 forks source link

fix: #55 commit status icon is incorrect #56

Closed mboultoureau closed 9 months ago

mboultoureau commented 9 months ago

Fix the issue "Commit status icon incorrect #55". The icon was always "Success", whereas the pipeline could be "Failure" or not exist at all.

Previously: image

Now: image