opensearch-project / automation-app

🤖 An automation app to handle the daily activities of your GitHub Repository.
Apache License 2.0
1 stars 4 forks source link

Added undefined check to event action #27

Closed bshien closed 1 month ago

bshien commented 1 month ago

Description

Added undefined check to event action to prevent events without actions from being named as eventName.undefined

Issues Resolved

Part of https://github.com/opensearch-project/opensearch-metrics/issues/76

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 1 month ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

peterzhuamazon commented 1 month ago

Seems like the version bump checking is not correct. Will check now.