-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
[BUG] addLabels not a function #1314
Comments
I don't think those are on that object (I think the PR had the wrong text) try without the |
I went through the code.
Does it sound allright if I make them available through |
I think it is available as |
output
Not the end of the world |
This comment was marked as spam.
This comment was marked as spam.
Looks like there is an inconstitency in the code e.g. Github #1008
While Gitlab does not have anything like |
This should add the two methods under utils: but imho, this is a mess, why need to map, why not expose the whole "api"? |
That commit links to #1192 that has no context, at all, but 250 commits spanning multiple releases and merges or what the "improper" was. imho now the dsl exposed is improper raw GitLab class |
Changelog is recorded in such way that the same person added addLabels/removeLabels and broke them in subsequent pr?
cc @shyim |
Describe the bug
Probably not a bug, I might be missing something.
According to this PR, following should just work
However its not a case.
To Reproduce
Steps to reproduce the behavior:
TypeError: addLabels is not a function at beforeCompletion (dangerfile.js:2:9)
For ts, same result
TypeError: addLabels is not a function
Expected behavior
It should update labels.
Current approach
Labels updated.
Screenshots
Your Environment
The text was updated successfully, but these errors were encountered: