@paintless/dest-gitlab
v0.1.0
Published
Paintless destination adapter that creates structured GitLab issues and merge requests
Maintainers
Readme
@paintless/dest-gitlab
Destination adapter for GitLab: structured issues, or merge requests for applied changes.
import { gitlab } from '@paintless/dest-gitlab'
destinations: [gitlab({ project: 'acme/shop', labels: ['paintless'] })],
routes: [{ when: { env: 'prod' }, deliver: ['gitlab'] }],project takes a path or a numeric ID; mode: 'mr' opens a merge request from
the pushed branch; apiUrl points at a self-managed instance. Reads
GITLAB_TOKEN when no token is passed.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
