-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix maintainer validation message #96763
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
I think we should likely follow up here and just delete that code, rather than adjusting the specific print message. |
@Mark-Simulacrum deleted related codes |
# to be removed since we are probably not going to use an admin | ||
# token, and I don't see another way to do this. | ||
print('maintainer validation disabled') | ||
# validate_maintainers(repo, github_token) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the validate_maintainers function is now also dead code?
Please also squash commits after fixing this nit, and then we can move ahead. |
@Abdur-rahmaanJ - can you squash the commits? FYI: when a PR is ready for review, send a message containing |
@Abdur-rahmaanJ @rustbot label: +S-inactive |
@JohnCSimon Oh i missed this conversation entirely. Do i need some bot commands to re-open the PR? |
I think i don't have the rights to re-open the PR |
@Mark-Simulacrum In case you can open it, thanks in advance. |
13dd556
to
dc59ca6
Compare
@Mark-Simulacrum I think it's ok now |
@rustbot ready You can use this command too, by the way. |
https://github.com/rust-lang/rust/pull/96763/files#r867352121 seems unresolved still -- we should clean up by deleting the validate_maintainers function, presuming it's unused. |
fix remove token check for maintainers fix: rm validate_maintainers function
dc59ca6
to
2fe58b9
Compare
@Mark-Simulacrum Sorry, now it should be resolved! |
@rustbot ready |
@bors r+ |
…iaskrgr Rollup of 11 pull requests Successful merges: - rust-lang#96763 (Fix maintainer validation message) - rust-lang#106540 (Insert whitespace to avoid ident concatenation in suggestion) - rust-lang#106763 (print why a test was ignored if its the only test specified) - rust-lang#106769 (libtest: Print why a test was ignored if it's the only test specified.) - rust-lang#106798 (Implement `signum` with `Ord`) - rust-lang#107006 (Output tree representation on thir-tree) - rust-lang#107078 (Update wording of invalid_doc_attributes docs.) - rust-lang#107169 (Pass `--locked` to the x test tidy call) - rust-lang#107431 (docs: remove colon from time header) - rust-lang#107432 (rustdoc: remove unused class `has-srclink`) - rust-lang#107448 (When stamp doesn't exist, should say Error, and print path to stamp file) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
State clearly why maintainer verification is not activating, ruling out the user thinking they misconfigured something.