| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-15 | fix(list): filter for repo event ref tag | DanConwayDev | |
| previously filtering for d tag rather than a tag this kind of bug should be picked up by tests when our mock relay is applying filters before sending events | |||
| 2024-02-14 | feat: find repo event by nevent or naddr | DanConwayDev | |
| if repo event cannot be found using unique commit the user can find it via a nevent or naddr also handle no PRs found | |||
| 2024-02-14 | feat!: move `prs create`>`send`, `prs list`>`list` | DanConwayDev | |
| remove unnecessary hierachy of `prs` which is also a troublesome term replace the concept of `create` which aligns more to the PR github model to `send` which aligns more with the git patch model | |||