...
There are three different paths to accomplishing this:
1. No manual changes - fix issues like all other changes
This is applicable when you have the sufficient time window to root cause the issue, script it, commit into SCM, package and deploy into your pipeline just like normal changes/ This means you will always leverage your automation framework.
...