We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[x]
The current implementation for Issues API isn't compatable with GitHubs API. I'm proposing that this is fixed. Reasons being:
gogs:
{ "id": 1, "name": "foobar", "color": "#bada55" }
GitHub:
{ "name": "foobar", "color": "bada55", "url": "https://api.github.com/repos/foo/bar/labels/foobar" }
:id
:name
Gogs: /repos/:owner/:repo:/labels/:id GitHub: /repos/:owner/:repo/labels/:name
/repos/:owner/:repo:/labels/:id
/repos/:owner/:repo/labels/:name
I'll add more things here as they appear
The text was updated successfully, but these errors were encountered:
#4549
Sorry, something went wrong.
Add tag check to release draft creation (gogs#3729)
1f877f8
No branches or pull requests
[x]
):Description
The current implementation for Issues API isn't compatable with GitHubs API. I'm proposing that this is fixed.
Reasons being:
Current discrepancies are as follows:
Data-format
gogs:
GitHub:
Fetching by
:id
instead of:name
Gogs:
/repos/:owner/:repo:/labels/:id
GitHub:
/repos/:owner/:repo/labels/:name
I'll add more things here as they appear
The text was updated successfully, but these errors were encountered: