🐙

barkcli + GitHub

Sync tasks with GitHub Issues, link PRs to tasks, and auto-close issues on merge.

Setup

1

Initialize barkcli in your repo

2

Tasks are already in your GitHub repo as YAML files

3

Link tasks to issues with commit messages

4

Use barkcli sync to push tasks as GitHub Issues

Features

Configuration

# .github/workflows/barkcli.yml
name: Barkcli Sync
on:
  push:
    paths:
      - ".board/**"
jobs:
  sync:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: barkcli sync --push
← All IntegrationsGet Started Free →