Rename Google Voice config to recipients#30
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1fed953405
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| or os.getenv("STRATEGY_PLUGIN_MOUNTS_JSON") | ||
| ), | ||
| crisis_alert_google_voice_gateway=_split_env_list(os.getenv("CRISIS_ALERT_GOOGLE_VOICE_GATEWAY")), | ||
| crisis_alert_google_voice_recipients=_split_env_list(os.getenv("CRISIS_ALERT_GOOGLE_VOICE_RECIPIENTS")), |
There was a problem hiding this comment.
Read legacy Google Voice env during migration
The runtime settings now read only CRISIS_ALERT_GOOGLE_VOICE_RECIPIENTS, so deployments that still have only the previous CRISIS_ALERT_GOOGLE_VOICE_GATEWAY variable (for example, environments where vars were not renamed yet or env-sync is disabled) will resolve an empty recipient list and stop sending Google Voice alerts after this release. Please keep a temporary fallback to the legacy env key while migrating existing environments.
Useful? React with 👍 / 👎.
Summary
Tests