Cant post GitHub-Issues

6 views
Skip to first unread message

Adrian Preuß

unread,
Mar 28, 2025, 5:35:21 AMMar 28
to node-mysql
If you try to post a Bug on New Issue on the GitHub Repository, following Error appears:

Unbenannt.PNG

On Network-Inspector,  following response is given:

```
{
    "data": {
        "createIssue": {
            "issue": null,
            "errors": [
                {
                    "__typename": "ValidationError",
                    "message": "could not be created. Interactions on this repository have been restricted to prior contributors only."
                }
            ]
        }
    },
    "errors": [
        {
            "type": "UNPROCESSABLE",
            "path": [
                "createIssue"
            ],
            "locations": [
                {
                    "line": 5,
                    "column": 3
                }
            ],
            "message": "could not be created. Interactions on this repository have been restricted to prior contributors only."
        }
    ],
    "extensions": {
        "warnings": [
            {
                "type": "DEPRECATION",
                "message": "The id MDEwOlJlcG9zaXRvcnk4MDU0NjE= is deprecated. Update your cache to use the next_global_id from the data payload.",
                "data": {
                    "legacy_global_id": "MDEwOlJlcG9zaXRvcnk4MDU0NjE=",
                    "next_global_id": "R_kgDOAAxKVQ"
                },
                "link": "https://docs.github.com"
            }
        ],
        "query_owning_catalog_service": "issues_experience"
    }
}
```

Why, the Issue-Posting is restricted to contributors?
Reply all
Reply to author
Forward
0 new messages