Sync tasks with GitHub Issues, link PRs to tasks, and auto-close issues on merge.
Initialize barkcli in your repo
Tasks are already in your GitHub repo as YAML files
Link tasks to issues with commit messages
Use barkcli sync to push tasks as GitHub Issues
# .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