-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Labels
bugSomething isn't workingSomething isn't workinggh-reporelating to the gh repo commandrelating to the gh repo commandneeds-triageneeds to be reviewedneeds to be reviewedstale
Description
I'm using the latest GitHub CLI and trying to add topics to my own personal repository using this command:
gh repo edit studennikov-serg/Bridge2Hacker --add-topic android
or via API:
gh api \
-X PUT \
-H "Accept: application/vnd.github.mercy-preview+json" \
repos/studennikov-serg/Bridge2Hacker/topics \
-f names='["android"]'
In both cases, I get:
Error: HTTP 404: Not Found (https://api.github.com/repos/studennikov-serg/Bridge2Hacker/topics)
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/repos#replace-all-repository-topics","status":"404"}
Details:
- I am the owner of the repo
- The repo is not a fork
- It is under my personal account
- I am authenticated with
gh auth loginand confirmed withgh auth status - I can push code to the repo
- The repo is: https://github.com/studennikov-serg/Bridge2Hacker
Expected behavior:
The topic should be added successfully.
Actual behavior:
GitHub API returns 404 when trying to access the topics endpoint.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggh-reporelating to the gh repo commandrelating to the gh repo commandneeds-triageneeds to be reviewedneeds to be reviewedstale