Skip to content

Commit 0811b60

Browse files
Final changes to issue creation
1 parent c4f62d0 commit 0811b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-broken-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Add front-matter for issue
3232
if: failure()
3333
run: |
34-
echo -e "---\ntitle: Broken Links Detected\nlabels: bug, links\n---\n$(cat lychee/out.md)" > lychee/out.md
34+
echo -e "---\ntitle: Broken Links Detected\nlabels: broken-links\n---\n$(cat lychee/out.md)" > lychee/out.md
3535
3636
- name: Create or update GitHub issue
3737
if: failure()
@@ -41,5 +41,5 @@ jobs:
4141
with:
4242
filename: lychee/out.md
4343
update_existing: true
44-
search_existing: all
44+
search_existing: open
4545

0 commit comments

Comments
 (0)