Skip to content
New issue

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

404 error when trying to create issue in repos #116

Open
blacklabnz opened this issue Mar 29, 2024 · 4 comments
Open

404 error when trying to create issue in repos #116

blacklabnz opened this issue Mar 29, 2024 · 4 comments

Comments

@blacklabnz
Copy link

Hi
I got the following error when using
Attempting to expand user "user" as a group (may not succeed)
GET https://api.github.com/orgs/blacklabnz/teams/user/members: 404 Not Found []
Creating issue in repo github_account/repo with the following content:
Title: Manual approval required for workflow run 8479734203:
Respond "approved", "approve", "lgtm", "yes" to continue workflow or "denied", "deny", "no" to cancel.
error creating issue: POST https://api.github.com/repos/github_account/repo/issues: 404 Not Found []

could you please help ?
appreciate this !

@thakurnishu
Copy link

Hi same problem here, can some please reply to this issue

@thakurnishu
Copy link

Just solved this issue only needed to reads to through documentation

    permissions:
      issues: write

@PortalsAllTheWayDown
Copy link

Just solved this issue only needed to reads to through documentation

    permissions:
      issues: write

can you show the code that fixed this issue?

@guykimchi
Copy link

Hi, I solved this issue by adding permissions of maintain to the main team that needs the approval permissions.
in the repo 'setting' tab -> collaborates and teams -> manage access -> add team -> give maintain permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants