Teamwork / Teamwork/github-sync
Retrieve card ID from PR title
未关闭
还没有人认领这个 Issue。
- 主要语言
- Shell
- 星标
- 68
- 派生
- 27
- PR 合并指标
- 30 天内没有已合并 PR
描述
Is your feature request related to a problem? Please describe.
It would be useful if this action could identify the Teamwork card related to the PR from the PR title, rather than needing a full link in the PR description.
Describe the solution you'd like
I'd like to be able to just set the PR title to something like 12341234 Add X feature and the action can identify the related card from that.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 action 读取 pull request 元数据并从 PR 描述中解析 Teamwork 卡片的位置。定义以卡片 ID 开头的可接受 PR 标题格式,然后检查现有的卡片查找流程,并为类似 12341234 Add X feature 的标题添加覆盖;当 action 能够在描述中没有完整链接的情况下识别该卡片时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, shell
- 领域
- ci-cd, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100