]> git.corax.cc Git - toolbox/commit
include/gitlab: Add functions for interacting with merge requests
authorMatthias Kruk <matthias.kruk@miraclelinux.com>
Thu, 10 Jun 2021 05:59:18 +0000 (14:59 +0900)
committerMatthias Kruk <matthias.kruk@miraclelinux.com>
Thu, 10 Jun 2021 05:59:18 +0000 (14:59 +0900)
commit89781e59c426d69a0969497b0874f6f5e070fb43
treeb92ad8c134771f7e5aecfff0575b7b2da9a7f64d
parent7122d738b132dd8ceaec9c837df853ef9a09e26c
include/gitlab: Add functions for interacting with merge requests

To implement a bot that merges merge requests by majority decision,
functions are necessary to get details about merge requests.
This commit adds functions that allow the user to get the number of
members in a project, get details about the votes that have been cast
on a merge requests, add comments to merge requests, and merge merge
requests.
include/gitlab.sh