From f4bd19cd1b0d91a3d41edea4e51c2a8f78cd4e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 18 Nov 2020 11:32:00 -0500 Subject: [PATCH] fix link to gitlab board we now use the restricted board --- meeting/monthly-report | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meeting/monthly-report b/meeting/monthly-report index c3685e84..8253223d 100755 --- a/meeting/monthly-report +++ b/meeting/monthly-report @@ -210,14 +210,15 @@ def main(): print("Upgrade prediction graph still lives at https://help.torproject.org/tsa/howto/upgrades/") print() print("Now also available as the main Grafana dashboard. Head to <https://grafana.torproject.org/>, change the time period to 30 days, and wait a while for results to render.") # noqa: E501 - print(""" * GitLab tickets: ? issues including... + print(""" * [GitLab tickets][]: ? issues including... * open: ? + * icebox: ? * backlog: ? * next: ? * doing: ? * (closed: ?) """) - print("see https://gitlab.torproject.org/groups/tpo/tpa/-/boards for those numbers") + print(" [Gitlab tickets]: https://gitlab.torproject.org/tpo/tpa/team/-/boards") # TODO: talk with the gitlab API to extract those numbers # automatically -- GitLab