Add command for finding inactive users and moving users to alumni#2583
Open
Kobzol wants to merge 14 commits into
Open
Add command for finding inactive users and moving users to alumni#2583Kobzol wants to merge 14 commits into
Kobzol wants to merge 14 commits into
Conversation
Kobzol
requested review from
Mark-Simulacrum,
emilyalbini,
jdno,
marcoieni and
ubiratansoares
as code owners
July 16, 2026 15:00
Member
|
ci is failing ❌ |
Dry-run check results |
Kobzol
force-pushed
the
find-inactive-users
branch
from
July 16, 2026 20:21
3c88a9b to
98059c6
Compare
Mark-Simulacrum
previously approved these changes
Jul 16, 2026
Member
Author
|
@jieyouxu Could you please create an |
Member
Author
|
@rustbot label +C-enhancement (Just testing if triagebot works here) |
|
Error: The feature Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
Because some people do not have comments, but create PRs. We should also look for issues
Kobzol
force-pushed
the
find-inactive-users
branch
from
July 18, 2026 21:34
289a16f to
3ce08a3
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds two new commands. The first one helps finding users who haven't sent a message on the Rust Zulip for a long time and/or haven't sent a comment on the
rust-langGitHub organization for a long time.The second command moves a given user to alumni in the teams that they are a member of (optionally filtered to a subset of the teams).
The motivation for this is https://github.com/rust-lang/leadership-council/blob/main/policies/membership/auto-alumni.md - we want to have some automation to help LC detect people who have not been active in the Project for some time, and then move them to alumni if they don't respond.