Skip to content

Commit 2600d05

Browse files
authored
Merge pull request #113 from pp-mo/linkcheck_testing
Test labels.
2 parents c869e95 + 50c4665 commit 2600d05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-linkchecks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
with:
2727
title: Link Checker Report
2828
content-filepath: ./lychee/out.md
29-
labels: ["Bot", "Type: Documentation", "Type: Bug"]
29+
labels:
30+
- "Bot"
31+
- "Type: Documentation"
32+
- "Type: Bug"
3033

3134
- name: Fail Workflow On Link Errors
3235
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)