-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Link to user profile #7312
Link to user profile #7312
Conversation
/werft run 👍 started the job as gitpod-build-laushinka-link-username-7310.4 |
/werft run 👍 started the job as gitpod-build-laushinka-link-username-7310.6 |
8f2805a
to
f133bfe
Compare
Ready for that review and thumbs up! @jldec |
@laushinka I think the code is not covering the specific case with 2 integrations each using a different user-id, which was mentioned in the issue:
To reproduce:
The message will say
where @user is the GitHub user-id. The link should either go to the repo-owner's user-id (owner) on GitLab, or to the user-id on GitHub from integration 1. |
@jldec I managed to reproduce! Thanks for the steps and for catching it. |
6c72554
to
ed0450e
Compare
@jldec Fixed the bug by checking that the owner provider matches the repo provider. Please test and confirm 🙏🏽 |
/werft run with-clean-slate-deployment 👍 started the job as gitpod-build-laushinka-link-username-7310.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @laushinka - looks good.
LGTM label has been added. Git tree hash: 08afda6344f79eccaca4ed0305748a64f10a716e
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jldec Associated issue: #7310 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Links the profile of the user who already added a project.
The profile provider should match the repo provider.
Related Issue(s)
Fixes #7310
How to test
Release Notes
Documentation