Releases: trilom/file-changes-action
Releases · trilom/file-changes-action
v1.2.4
v1.2.3
v1.2.2
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
v1.2.1
v1.1.1
pagination
v1.1.0 Merge branch 'master' into releases/v1
Initial release of file-changes-action 🎉
Merge pull request #2 from trilom/releases/v1 Releases/v1.1