Skip to content

v3.0.0

Choose a tag to compare

@manuelmhtr manuelmhtr released this 12 Dec 23:17

✨ A new major version is here! The standout improvement is enhanced configurability for stats. It's now easier to add new stats and control which ones are displayed. Be sure to check out the new stats input.

Added

  • New stats option to specify the stats to be calculated.

Breaking changes

  • Deprecated the kebab case options: publish-as, disable-links, sort-by, slack-webhook, slack-channel and teams-webhook. Now you need to use the camel case format: publishAs, disableLinks, sortBy, slackWebhook, slackChannel and teamsWebhook.`
  • The values for sortBy have changed. REVIEWS, TIME, COMMENTS are invalid. Now you need to use the full name of the stat that will be used for sorting, for example: totalComments, timeToReview...
  • The JSON output for the action and the JSON payload for the webhook have changed. Check the new format in the webhook documentation.
  • Renamed branch master to main.