this post was submitted on 12 May 2024
13 points (78.3% liked)

Open Source

30272 readers
2218 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I know it is something I need to find in docs but probably I am dumb enough to not get it.

Basically I want to file issues in OTHERS repo (Not mine) using Github cli tool GH .So is it possible?, How to do it? HELP PLEASE!!

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 4 months ago* (last edited 4 months ago)

gh issue create —repo <[HOST/]OWNER/REPO>

https://cli.github.com/manual/gh_issue_create

[–] [email protected] 5 points 4 months ago

Not sure how you'd be able to search for open issues to ensure you wouldn't be posting a duplicate, but the Github CLI has a way to open issues.

[–] [email protected] 1 points 4 months ago (1 children)

is there a tool that also works with other git forges like GitLab and Forgejo?

[–] [email protected] 2 points 4 months ago (1 children)

Gitlab has an official one: https://gitlab.com/gitlab-org/cli I don't think Forgejo or Gitea have an official one, but there are various projects if you search around, along with SDKs for the API targeting various languages, so anyone could make one.