about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/validate_attr.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-15 23:02:02 +0000
committerbors <bors@rust-lang.org>2021-09-15 23:02:02 +0000
commit4aed1abb706a31331fd8b612ca400935aeddd0e0 (patch)
treec7424dae7a901af1011fd197d934f9de494fcace /compiler/rustc_parse/src/validate_attr.rs
parent2c7bc5e33c25e29058cbafefe680da8d5e9220e9 (diff)
parent66a19876f73427ecf849dfd90d5618c70c54bd6f (diff)
downloadrust-4aed1abb706a31331fd8b612ca400935aeddd0e0.tar.gz
rust-4aed1abb706a31331fd8b612ca400935aeddd0e0.zip
Auto merge of #88977 - ehuss:disable-validate-maintainers, r=Mark-Simulacrum
Disable validate_maintainers.

The validate_maintainers check has started to fail with the error:

```
HTTPError: HTTP Error 403: Forbidden
b'{"message":"Must have admin access to view repository collaborators.","documentation_url":"https://docs.github.com/rest/reference/repos#list-repository-collaborators"}'
```

Apparently GitHub has restricted the collaborators API to admins.  For now, this just disables the check to get CI working again.  Eventually, I think we'll just need to remove the check since we will unlikely use an admin token, and I don't see a workaround.  The `MAINTAINERS` list doesn't change often, so we may just need to put a sternly worded comment near the list.
Diffstat (limited to 'compiler/rustc_parse/src/validate_attr.rs')
0 files changed, 0 insertions, 0 deletions