mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
Github recently changed their API, which no longer allows(reqiures) the org prefix on team reviewers. Response from github: ``` I took a look and it does seem like we made changes to the API endpoint about the time the report was first made in the https://github.com/peter-evans/create-pull-request/issues/1638(Feb 15). Before then, we return a 201 response also when the requested reviewer or team is non-existent. This response is incorrect, as we should be returning a 422 -- the change on the endpoint was targeted at fixing that behavior. ``` and full issue https://github.com/peter-evans/create-pull-request/issues/1638 ## Test plan Tested on feature branch https://github.com/sourcegraph/sourcegraph/actions/runs/4577519273/jobs/8083025675 |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| PULL_REQUEST_TEMPLATE | ||
| workflows | ||
| CODEOWNERS | ||
| PULL_REQUEST_TEMPLATE.md | ||
| teams.yml | ||
| test.CODEOWNERS | ||