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

Add addLabels or removeLabels to Gitlab API #1139

Merged
merged 2 commits into from
May 11, 2021

Conversation

shyim
Copy link
Contributor

@shyim shyim commented May 11, 2021

Allows easy use of Labels on Gitlab

// Add labels
danger.gitlab.api.addLabels('Label 1', 'Label 2');

// Remove labels
danger.gitlab.api.removeLabels('Label 1', 'Label 2');

@orta
Copy link
Member

orta commented May 11, 2021

Looks good, can you please add a changeling entry?

@shyim
Copy link
Contributor Author

shyim commented May 11, 2021

Like so? 😊

CHANGELOG.md Outdated Show resolved Hide resolved
@shyim shyim force-pushed the add-label-functions-gitlab branch from 9783f4a to cd3a5db Compare May 11, 2021 18:51
@orta
Copy link
Member

orta commented May 11, 2021

👍🏻

@orta orta merged commit e3b0040 into danger:main May 11, 2021
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.

None yet

2 participants