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

1044-Show-a-button-View-on-Github-when-creating-a-PR #1047

Conversation

jecisc
Copy link
Contributor

@jecisc jecisc commented Oct 30, 2018

When creating a PR we now have the possibility to open the PR on GitHub.

Fixes #1044

UIManager default
inform: 'Pull request created. Click to view on Github.'
actionOnClick: [ self class environment at: #WebBrowser ifPresent: [ :webBrowser | webBrowser openOn: (pullRequestDatas at: 'html_url') ] ifAbsent: [ self inform: 'Feature not available in Pharo 6' ] ] ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as in #1048, I'd like a more explicit comment. (Also this shows that we are repeating some code here...)

@guillep
Copy link
Member

guillep commented Oct 30, 2018

Thanks!

@guillep guillep merged commit 1cd643f into pharo-vcs:dev-1.0 Oct 30, 2018
@guillep guillep removed the review label Oct 30, 2018
@jecisc jecisc deleted the 1044-Show-a-button-View-on-Github-when-creating-a-PR branch November 12, 2018 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants