Hi all,
mumi now automatically tags issues by team. You can try queries like "tag:team-games", "tag:team-python date:1m..", etc. And, you can freely combine these with any other keywords or queries---for example, "tag:team-games strategy". As usual, these queries work both in the web and CLI interfaces. I hope this feature enables team members to find and review patches more effectively. https://issues.guix.gnu.org/search?query=tag%3Ateam-games https://issues.guix.gnu.org/search?query=tag%3Ateam-python+date%3A1m.. https://issues.guix.gnu.org/search?query=tag%3Ateam-games+strategy To configure this, I manually extracted the team configuration from etc/teams.scm and put it in the maintenance repo where the mumi deployment is described. So, everytime a team is modified, we need to keep this in sync. Ideally, we should automate this somehow. https://git.savannah.gnu.org/cgit/guix/maintenance.git/commit/?id=223da12e76d1ccbf9e217b906d072523681ecbf6 Regards, Arun