GitLab tracker
@conduit-harness/conduit-tracker-gitlab reads issues from a GitLab project and optionally writes back via comments and opened/closed transitions.
Install
Section titled “Install”npm install -g @conduit-harness/conduit-tracker-gitlabWorkflow snippet
Section titled “Workflow snippet”tracker: kind: gitlab api_key: $GITLAB_TOKEN project_id: 12345 active_states: [opened] required_labels: [agentic] excluded_labels: [blocked] writes: enabled: falseGitLab issues support opened and closed states. Use the appropriate value for transition_to. See Tracker writes.