Pull Requests | Issues | v3.2.1...v3.2.2
Features
#288 (apply): Get the associated pull request with commit
The behavior of getting notification destination (pull request or commit) in tfcmt apply
is improved.
AS IS
- Get pull request number from commit message
- Get SHA from previous commit
TO BE
- Get pull request number from associated pull request with GitHub API. https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit
- Get SHA from current commit
By getting associated pull request via GitHub API, this works even if the pull request was merged by squash merge.
Others
#279 Update Go to v1.18.1
#280 Update go-github to v43
#277 #278 #284 #287 Refactoring