Skip to content

v1.2.2

Choose a tag to compare

@trilom-bot trilom-bot released this 25 Mar 21:49
· 25 commits to master since this release

1.2.2 (2020-03-25)

Bug Fixes

  • issue_comment: this needs to return PR info not commit info if before and after explicitly set, else PR (eee976b)
  • naming: renamed "deleted" to "removed". sorry if this is breaking for you. (800537f)
  • pull_request_synchronize events: issue with PR Synchronize events, it would return commit files instead of PR files, this is adjusted to return ALL PR files with PR synchronize event (fb7bcc7)
  • space issue: this should resolve the issue with using a blank space. the assumption here is that 'json' is default, if you use ' ' it will be '' which is the app default, not the action default of 'json' (0e4184f), closes #81