Create and link a Phabricator status label when importing a task
Phabricator tasks have an extended status that looks like this when read from [`maniphest.search`](https://phabricator.inverselink.com/conduit/method/maniphest.search/)
```js
"status": {
"value": "resolved",
"name": "Resolved",
"color": null
}
```
We should find or create a project label with the name `phab-status::#{name}` and link that to the issue.