We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f62d0 commit 0811b60Copy full SHA for 0811b60
.github/workflows/check-broken-links.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Add front-matter for issue
32
if: failure()
33
run: |
34
- echo -e "---\ntitle: Broken Links Detected\nlabels: bug, links\n---\n$(cat lychee/out.md)" > lychee/out.md
+ echo -e "---\ntitle: Broken Links Detected\nlabels: broken-links\n---\n$(cat lychee/out.md)" > lychee/out.md
35
36
- name: Create or update GitHub issue
37
@@ -41,5 +41,5 @@ jobs:
41
with:
42
filename: lychee/out.md
43
update_existing: true
44
- search_existing: all
+ search_existing: open
45
0 commit comments