polyvariant / pitgull

Automatic housekeeping for your gitlab repositories.
Other
16 stars 3 forks source link

Accept MRs via graphQL API #202

Open kubukoz opened 3 years ago

kubukoz commented 3 years ago

There's a relatively new mutation in the GraphQL API for gitlab.

We should check if it's already available at the self-hosted GitLab instance and implement Gitlab[F] to use that instead of the REST API.

kubukoz commented 3 years ago

included in caliban-gitlab 0.0.14

pkowalcze commented 3 years ago

I can give it a go