Skip to content

fix(worker): 发布 PR 链接按包名+版本精确定位#14

Merged
eggfly merged 1 commit into
mainfrom
fix/track-url-version-specific
Jul 21, 2026
Merged

fix(worker): 发布 PR 链接按包名+版本精确定位#14
eggfly merged 1 commit into
mainfrom
fix/track-url-version-specific

Conversation

@eggfly

@eggfly eggfly commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

门户成功提示的「发布 PR」链接原来是宽泛搜索 pulls?q=is:pr ,会把同名旧 PR(如旧的 1.0.3)列在最上面造成误会。改为 in:title 精确定位本次提交的 PR。

Made with Cursor

The success link used a broad `pulls?q=is:pr <pkg>` search that surfaced
stale/older PRs (e.g. an old 1.0.3 PR showing up for a 1.0.4 submission).
Search by exact title (`in:title <pkg> <version>`) so it points at this
submission's PR.

Co-authored-by: Cursor <cursoragent@cursor.com>
@eggfly
eggfly merged commit b3b0ab9 into main Jul 21, 2026
@eggfly
eggfly deleted the fix/track-url-version-specific branch July 21, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant