Determine if a previous job was manually rejected (not failed) #2841
Unanswered
nichiporenko
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment I don't see any functionality in GitHub Actions that allows us to check if the previous job that requires manual approve or reject was manually rejected, since when I manually reject such a job, its status is
failure
. So how can we understand that it was actually rejected by the user, but not failed - everything is ok, rejection is an intended behavior (deployments to prod we can reject). I haven't found any additional parameters/outputs that I can use to get the info that the previous job was rejected by a user (not failed by executing steps inside it).It would be great to have this functionality, if it's not implemented yet
Beta Was this translation helpful? Give feedback.
All reactions