feat(pr): add --login flag to filter list by issue author #285

Closed
co63oc wants to merge 0 commits from co63oc/gitlink-cli:fix13 into master
Contributor

pr命令支持按login过滤

# 列出 alice 提交的所有 PR
gitlink-cli pr +list --owner Gitlink --repo gitlink-cli --login alice

# 结合其他筛选条件
gitlink-cli pr +list --owner Gitlink --repo gitlink-cli --login alice --state open

# 列出已合并的 PR
gitlink-cli pr +list --login bob --state merged
pr命令支持按login过滤 ``` # 列出 alice 提交的所有 PR gitlink-cli pr +list --owner Gitlink --repo gitlink-cli --login alice # 结合其他筛选条件 gitlink-cli pr +list --owner Gitlink --repo gitlink-cli --login alice --state open # 列出已合并的 PR gitlink-cli pr +list --login bob --state merged ```
co63oc added 1 commit 2026-06-26 09:16:43 +08:00
wbtiger closed this pull request 2026-07-14 22:57:31 +08:00
wbtiger reopened this pull request 2026-07-14 23:02:30 +08:00
wbtiger closed this pull request 2026-07-14 23:06:13 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink-cli#285
No description provided.