Tags: trilom/file-changes-action
Tags
chore(release): 🎉🦍🎉 Release 1.2.4 - May 21, 2020, 2:52 PM [skip ci] `- name: File Changes Action uses: trilom/[email protected]` ## [1.2.4](v1.2.3...v1.2.4) (2020-05-21) ### Bug Fixes * **change in api:** github api had a change, this should trigger release 1.2.4. this change here quiets a quacker during the intergration test ([99f8f91](99f8f91))
chore(release): 🎉🦍🎉 Release 1.2.3 - Mar 25, 2020, 10:36 PM [skip ci] `- name: File Changes Action uses: trilom/[email protected]` ## [1.2.3](v1.2.2...v1.2.3) (2020-03-25) ### Bug Fixes * **test release:** testing a release ([dfca448](dfca448))
chore(release): 🎉🦍🎉 Release 1.2.2 - Mar 25, 2020, 9:48 PM [skip ci] `- name: File Changes Action uses: trilom/[email protected]` ## [1.2.2](v1.2.1...v1.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](eee976b)) * **naming:** renamed "deleted" to "removed". sorry if this is breaking for you. ([800537f](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](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](0e4184f)), closes [#81](#81)
chore(release): 🎉🦍🎉 Release 1.2.1 - Mar 19, 2020, 1:34 PM [skip ci]\n\n`- name: File Changes Action\n\tuses: trilom/[email protected]`\n\n## [1.2.1](v1.2.0...v1.2.1) (2020-03-19) ### Bug Fixes * **everything:** very proud to say this is 100% coverage according to default jest of all src code (including test) ([dd31d02](dd31d02)) * **redesign:** a lot of things changed here in the project ([32903fd](32903fd)) "
chore(release): 🎉🦍🎉 Release 1.2.0 - Mar 2, 2020, 11:05 PM [skip ci] `- name: File Changes Action uses: trilom/[email protected]` # [1.2.0](v1.1.0...v1.2.0) (2020-03-02) ### Features * **action:** githubToken is optional (uses action token), added githubRepo, prNumber, and pushBefore & After ([b24e2c3](b24e2c3))