Skip to content

GitLab tracker

@conduit-harness/conduit-tracker-gitlab reads issues from a GitLab project and optionally writes back via comments and opened/closed transitions.

Terminal window
npm install -g @conduit-harness/conduit-tracker-gitlab
tracker:
kind: gitlab
api_key: $GITLAB_TOKEN
project_id: 12345
active_states: [opened]
required_labels: [agentic]
excluded_labels: [blocked]
writes:
enabled: false

GitLab issues support opened and closed states. Use the appropriate value for transition_to. See Tracker writes.

packages/conduit-tracker-gitlab