diff options
| author | bors <bors@rust-lang.org> | 2021-09-15 23:02:02 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-09-15 23:02:02 +0000 |
| commit | 4aed1abb706a31331fd8b612ca400935aeddd0e0 (patch) | |
| tree | c7424dae7a901af1011fd197d934f9de494fcace /compiler/rustc_parse/src/validate_attr.rs | |
| parent | 2c7bc5e33c25e29058cbafefe680da8d5e9220e9 (diff) | |
| parent | 66a19876f73427ecf849dfd90d5618c70c54bd6f (diff) | |
| download | rust-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
