This labels release adds support for loading repository information from a local Git repository. Previously,
labels required users to manually supply the CLI options `--owner` and `--repo` to fetch labels from or sync to a GitHub repository. 📝
Now, for example if you run labels from your local clone of the [earth][earth_repo] repository with the URL for the `origin` remote repository set to `gitgithub.com:hackebrot/earth.git` owner will be `hackebrot` and repo will be `earth`.
For more information about this release check out the [announcement blog post][blog_post]. 📦
[earth_repo]: https://github.com/hackebrot/earth
[blog_post]: https://raphael.codes/blog/new-labels-release-loads-git-repo-info/