From 32c29581b6b4ab052a5ba660ca3bce1118fb0c81 Mon Sep 17 00:00:00 2001 From: Thomas Stringer Date: Fri, 25 Mar 2022 21:59:56 -0400 Subject: [PATCH] add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c08e604..a36cadf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Manual Workflow Approval +[![CI](https://github.com/trstringer/manual-approval/actions/workflows/ci.yaml/badge.svg)](https://github.com/trstringer/manual-approval/actions/workflows/ci.yaml) + Pause a GitHub Actions workflow and require manual approval from one or more approvers before continuing. This is a very common feature for a deployment or release pipeline, and while [this functionality is available from GitHub](https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments), it requires the use of environments and if you want to use this for private repositories then you need GitHub Enterprise. This action provides manual approval without the use of environments, and is freely available to use on private repositories.