netlify / git-gateway

A Gateway to Git APIs
MIT License
400 stars 89 forks source link

feat(github): allow issue/pr labels api #51

Closed erezrokah closed 4 years ago

erezrokah commented 4 years ago

Related to https://github.com/netlify/netlify-cms/pull/3292 and https://github.com/netlify/netlify-cms/issues/1669

Netlify CMS uses an orphan ref which is hidden from the user to save entry status (e.g. 'draft', 'pending_review', 'pending_publish').

We want to switch to pull requests labels (we've done it already for BitBucket and GitLab).

Tested using a local instance of git-gateway, gotrue and Netlify CMS