Some way to require approval to run step

How do folks gate execution of steps with approval? I see there is an approve/decline endpoint in the code, but AFAICT, its only used in the “protected repo” aspect. Is it possible to have a step emit “this is what I’m about to do” and the next step “actually do it waiting for approval”?

I recommend reading the following threads:

1 Like

I’ve just been investigating the same thing. I read the linked github issues but it seems that gated/approval pipelines aren’t implemented yet. In the meantime I found the following article very helpful.

Specifically the section towards the bottom re: ’ Promoting to production’