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

Feature Request: Merge Requsets #6

Open
lukasmrtvy opened this issue Feb 9, 2019 · 2 comments
Open

Feature Request: Merge Requsets #6

lukasmrtvy opened this issue Feb 9, 2019 · 2 comments

Comments

@lukasmrtvy
Copy link

Is possible to implement Merge Reqeuests?

https://docs.gitlab.com/ce/api/merge_requests.html

Thanks

@arm4b
Copy link
Member

arm4b commented Feb 11, 2019

Thanks for feature request!

Yes, it's possible. This pack is managed by community contributions so hopefully someone will add this functionality in future.
If you're relying on this pack in day-to-day automation, fastest would be to try writing the implementation with help of https://docs.stackstorm.com/actions.html#writing-custom-actions and existing gitlab pack actions as an example.

@arm4b
Copy link
Member

arm4b commented Feb 11, 2019

Additionally, looks like merge_requests is supported by gitlab-python lib: https://python-gitlab.readthedocs.io/en/stable/gl_objects/mrs.html

Would be better to switch to relying on that lib instead in requirements.txt and so it makes implementation easier for all other Gitlab API actions. Created new #7 for tracking it.

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

No branches or pull requests

2 participants