Skip to content
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

Fix: Stringify rental_control_name in automations #165

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Conversation

tykeal
Copy link
Owner

@tykeal tykeal commented Jul 12, 2023

If a RC is defined with a name that is purely numeric then the default
behavior of yaml is to treat an numeric as a numeric and not a string.
This has a side effect of not properly stringifing the name where it
needs to be a string in the automations.

Fixes: #164
Signed-off-by: Andrew Grimberg tykeal@bardicgrove.org

If a RC is defined with a name that is purely numeric then the default
behavior of yaml is to treat an numeric as a numeric and not a string.
This has a side effect of not properly stringifing the name where it
needs to be a string in the automations.

Fixes: #164
Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
@tykeal tykeal enabled auto-merge July 12, 2023 13:09
@tykeal tykeal merged commit 5f5b232 into main Jul 12, 2023
@tykeal tykeal deleted the fix_automations branch July 12, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RC with a purely numeric integration name does not work
1 participant