Report access tokens expiring soon
As part of the https://gitlab.com/gitlab-org/gitlab/-/issues/381399+ effort, we can monitor all Group and Project Access Tokens and report the ones about to expire.
I'm thinking maybe we can parse the name of these tokens to look for a username (@<username>), and ping that person in the violation. Not only would it save some time and automate the ping process, but I think it's a sane habit because it makes it clear who is the DRI for a specific token.
TODO: process for when people are offboarded. Maybe we can check if the account is still active, and ping a fallback user (me) when it's not.