Describe the main changes in a few concise bullets.
What problem does this solve, improve, or unblock?
- CI / GitHub Actions
- Infrastructure / deployment
- Containers / Docker
- Networking / DNS / proxy
- Application code
- Documentation
- Dependencies
- Other
How was this tested or verified?
- Tested locally
- CI passes
- Reviewed logs/output
- Confirmed rollback path if relevant
- Updated documentation if needed
Commands run, screenshots, logs, outputs, or notes.
Does this change affect runtime behavior, deployment, config, secrets, networking, storage, or service availability?
- No operational impact
- Requires deployment/update
- Requires config/env changes
- Requires secrets changes
- Requires restart/downtime
- Requires follow-up work
Rollout notes, restart steps, migration details, env changes, or follow-up items.
- Low
- Medium
- High
Anything reviewers should pay close attention to?
- PR title is clear
- Changes are scoped and intentional
- No unrelated cleanup is mixed in
- No secrets or sensitive data were committed
- Ready for review