bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

[401] Fix GitHub adapter bug label detection #402

Closed klappradla closed 4 months ago

klappradla commented 4 months ago

This updates the GitHub adapter for the new Markup GitHub uses for labels on issues. With this change, issues labelled as "bug" should again result into a branch name like bug/xyz/.

On the side, this also removes the code for selecting issues on GitHub project pages. GitHub projects are entities on the user/organization now, not part of a repository. If we want to support them, it needs to be done differently. There's a follow up issue for that #403.