How to add topics to org repos #1765
Answered
by
gr2m
satishbkodali
asked this question in
Q&A
-
Currently we have this octokit.repos.replaceAllTopics which updates topics on the owner repos. |
Beta Was this translation helpful? Give feedback.
Answered by
gr2m
Jun 12, 2020
Replies: 1 comment 1 reply
-
You can use octokit.repos.replaceAllTopics({
owner: 'org-login',
repo: 'repo-name',
names: ['topic1', 'topic2', 'topic3']
}) Does that work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gr2m
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
octokit.repos.replaceAllTopics
for all repositories that you have write permission to:Does that work for you?