## 2017-07-10 Syncing Github Issues

We can add labels from github to local markdown stories.

And we can update issues by patching them:

```
import github from "src/client/github.js"
github.current().issues(true)
github.current().patch(115, {labels: ["comp: lively ui", "effort1: easy (hour)"]})
```

So we have bring both in the syncing code together #Continue. 