Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add links to pull request titles #64

Closed
apoclyps opened this issue May 2, 2021 · 0 comments · Fixed by #66
Closed

[Feature] Add links to pull request titles #64

apoclyps opened this issue May 2, 2021 · 0 comments · Fixed by #66
Labels
enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code

Comments

@apoclyps
Copy link
Owner

apoclyps commented May 2, 2021

Is your feature request related to a problem? Please describe.
I would like to open a pull request by selecting the pull request title in a table listed under Activity.

image

Describe the solution you'd like
When I click on Bump y18n from 3.2.1 to 3.2.2 in /services/client it should open apoclyps/my-dev-space#801" in a browser.

image

Additional context

The title is set here for each pull request

f"[white]{pr.title}",

an example of where the link has been used before can be seen at

tree.add(f"[link=https://www.github.com/{org}/{repo}]{repo}[/link]")

documentation on links is available at https://rich.readthedocs.io/en/latest/markup.html?highlight=link#links

@apoclyps apoclyps added enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code labels May 2, 2021
yushao2 added a commit to yushao2/reviews that referenced this issue May 2, 2021
yushao2 added a commit to yushao2/reviews that referenced this issue May 2, 2021
yushao2 added a commit to yushao2/reviews that referenced this issue May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant