- Vulnerabilities updates
- Replaced ignoredUsers with ignoreBots which is a boolean defaulted to "true".
- Action will be skipped if ignoreBots is set to true and the senderType is "Bot"
- Updated default ignoredUsers to dependabot[bot]
- Added optional input ignoredUsers. ignoredUsers is a comma separated string of authors which will not run this action. Defaulted to just 'dependabot'
- Modified action to receive body from the payload
- Display difference in code coverage when the difference is zero
- Only show up to two decimal places for the coverage difference
- Added messages to explain the error to the user
- Update action to accept comment from service
- require authtoken to post to endpoint
- Fix getting branch head commit hash on pull request events
Initial release