pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

Feature request: Link to GitHub repo from pre-commit.ci repo page #85

Closed peterjc closed 2 years ago

peterjc commented 3 years ago
  1. Goto a branch status page, e.g. https://results.pre-commit.ci/latest/github/asottile/pyupgrade/master
Screenshot 2021-08-30 at 10 18 44
  1. Notice the "breadcrumbs" for "asottile / pyupgrade · master" are three links to the user on pre-commit.ci, the repository on pre-commit.ci, and the master branch on GitHub.

  2. Click on the repository name, here "pyupgrade" https://results.pre-commit.ci/repo/github/83462592

Screenshot 2021-08-30 at 10 18 35
  1. Notice only one of the two "breadcrumbs" are links: "asottile / pyupgrade", just the user on pre-commit.ci

Expected behaviour: repository name is still a link, this time to GitHub

Workaround: click on any branch, from there can click to the branch on GitHub, and change to the default branch if desired

Use case: Exploring other people's pre-commit.com configuration files by browsing usage on pre-commit.ci

asottile commented 3 years ago

the branch icon goes to github

peterjc commented 3 years ago

Yes, as in the first page / screenshot.

I'm asking about the second page / screenshot - how to get to the GitHub repo from there.

asottile commented 2 years ago

there's now a small link to the repository (via the icon next to the name) on the repo page!

thanks again for the issue

peterjc commented 2 years ago

Lovely, thank you.