Are recurring weekly notifications for merge request approvals possible?

Is it possible to setup a recurring notification for merge requests that are still pending approval? Ideally I would like to send out a weekly notification/email for each merge request that has still not gotten any approvals. I couldn’t find anything of the sort in the documentation, which leads me to think the only solution is to write a program parsing the data from the API, and doing this process manually.

  • What version are you on (Hint: /help) ? and are you using self-managed or gitlab.com?
    GitLab Enterprise Edition [14.10.5-ee] Self-hosted

Hi @DooNotResuscitate

I don’t think there’s a point-and-click way to do this, but you can use gitlab-triage to write a bot that runs in a weekly scheduled pipeline.