表结构
- number, title, repo, labels, state, assignee
- priority (select)
- my_notes (rich text)
- last_synced (date)
同步脚本
Using github MCP:
- list issues assigned:@me state:open
- upsert into Tables/issues (key: number+repo)
- set last_synced=now
- highlight rows where labels include "P1" but priority is empty