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

feat(2892): get GitLab user ID #57

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

y-oksaku
Copy link
Contributor

Context

The following PR needs to get a SCM user id.
screwdriver-cd/screwdriver#2890

This PR will include a GitLab id in the return value of decorateAuthor.

Objective

This PR will add a GitLab id in the return value of decorateAuthor.

I cannot actually test this by GitLab API, so try this please.

References

Issue

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@tkyi tkyi merged commit 53293ed into screwdriver-cd:master Jun 20, 2023
@sd-buildbot
Copy link

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@y-oksaku y-oksaku deleted the feat-scm-user-id branch June 20, 2023 21:33
@@ -721,6 +721,7 @@ class GitlabScm extends Scm {
});

return {
id: author.id,
Copy link
Member

@sagar1312 sagar1312 Jun 23, 2023

Choose a reason for hiding this comment

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

Need to update this similar to screwdriver-cd/scm-github#217

id: author.id.toString(),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants