| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #2073 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 61 61
Lines 2829 2829
=======================================
Hits 2780 2780
Misses 49 49 ☔ View full report in Codecov by Harness. |
Sorry, something went wrong.
🔍 Commitizen bump previewNo commits in this PR are eligible for a version bump. |
Sorry, something went wrong.
|
I noticed there are ~20 broken link report issues when I fixed #2071. If there is a broken link, one issue is enough I think. |
Sorry, something went wrong.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Description
Prevent the scheduled link checker from opening repeated Broken Links Report issues while an exact-title report is already open. The workflow paginates open issues, excludes pull requests, and creates a report only when no matching issue exists.
Checklist
Was generative AI tooling used to co-author this PR?
Generated-by: GitHub Copilot following the guidelines
Code Changes
Documentation Changes
N/A
Expected Behavior
When a scheduled check finds broken links, it skips issue creation if an open issue titled Broken Links Report already exists. A matching pull request does not suppress report creation.
Steps to Test This Pull Request
Additional Context
The workflow create/skip branches were exercised with mocked GitHub API responses.
Fixes: #2071