From cf801cbb8141daab684bbc30b9f9f3d49fe775f4 Mon Sep 17 00:00:00 2001 From: Alex3236 <45303195+alex3236@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:20:21 +0800 Subject: [PATCH] feat(workflow/chexk): add doc link for labels resolve #413 --- .github/workflows/scripts/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/utilities.py b/.github/workflows/scripts/utilities.py index c231417c41a..ca3a4b1eca3 100644 --- a/.github/workflows/scripts/utilities.py +++ b/.github/workflows/scripts/utilities.py @@ -207,7 +207,7 @@ def report_plugin(plugin: Plugin, tag: Tag) -> str: '-' ) report += _row( - 'Labels', + '[Labels](https://docs.mcdreforged.com/en/latest/plugin_dev/plugin_catalogue.html#label)', # `Tool`, `API` ' '.join(f'`{i}`' for i in plugin.labels), '-'