Skip to content

Commit

Permalink
fix(workflow): remove label icon to avoid misunderstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3236 committed Sep 21, 2024
1 parent eabaf09 commit 1835392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def report_plugin(plugin: Plugin, tag: Tag) -> str:
report += _row(
'Labels',
' '.join(f'`{i}`' for i in plugin.labels),
''
'-'
)
report += _rowval(
'Introduction',
Expand Down

0 comments on commit 1835392

Please sign in to comment.