Open
Conversation
Co-authored-by: he0119 <5219550+he0119@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix error when PR corresponds to non-existent issue
fix: 当 PR 对应的 Issue 不存在时跳过处理而非崩溃
Mar 18, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #475 +/- ##
==========================================
- Coverage 96.07% 95.96% -0.12%
==========================================
Files 40 40
Lines 2320 2330 +10
==========================================
+ Hits 2229 2236 +7
- Misses 91 94 +3 ☔ View full report in Codecov by Sentry. |
Agent-Logs-Url: https://github.com/nonebot/noneflow/sessions/6a4d9775-babc-4eec-aa9c-38eae805e9e8 Co-authored-by: he0119 <5219550+he0119@users.noreply.github.com>
Copilot stopped work on behalf of
he0119 due to an error
March 31, 2026 13:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
src/plugins/github/config.py(line 28: empty registry_repository)src/plugins/github/plugins/publish/__init__.py(lines 90-91, 122-123, 165-166: closed issue for adapter/bot types)src/plugins/github/plugins/remove/__init__.py(lines 39-47: pr_close_rule, lines 81-82: closed issue)src/plugins/github/plugins/remove/utils.py(lines 31-34, 74-77, 91-97, 103-105)src/plugins/github/plugins/resolve/__init__.py(lines 77-78: branch delete fails)src/providers/utils.py(lines 36, 121-122)src/providers/validation/models.py(lines 74, 304, 321)src/providers/models.py(lines 61, 106, 149, 155, 193, 218, 405, 433, 504-505, 550, 559, 588)src/providers/store_test/store.py(lines 126-127, 131, 142-144, 283)src/providers/store_test/validation.py(lines 86-88)src/providers/docker_testmissing linesOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.