Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | SuggestionUrl: Return an error if path has less than two segments | Teddy Wing | |
We need two segments in the path to parse the owner-repo combination. | |||
2020-07-25 | Add git-sugapply bin | Teddy Wing | |
An executable to apply a suggested change to the appropriate file in the repo. Add a new `SuggestionUrl` type that allows us to extract the necessary data to fetch a suggestion comment from the GitHub API using a GitHub pull request comment URL. |