-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates Infra IR Port Naming #518
Conversation
Thanks. |
@arkodg 491c05a resolves #518 (comment) by using the Gateway listener name for the infra IR port name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Signed-off-by: danehans <daneyonhansen@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #518 +/- ##
==========================================
+ Coverage 62.51% 62.70% +0.18%
==========================================
Files 42 42
Lines 4498 4496 -2
==========================================
+ Hits 2812 2819 +7
+ Misses 1540 1533 -7
+ Partials 146 144 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙇♂️
Appends the Gateway listener name to the Infra IR port naming convention.
Fixes #517
Signed-off-by: danehans daneyonhansen@gmail.com