From 86d3014ab589fb2071f2759edaee5ef2160aba50 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Mon, 26 Aug 2024 21:24:00 +0200 Subject: [PATCH] Update use-cases/managing-github-issues/README.md Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> --- use-cases/managing-github-issues/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-cases/managing-github-issues/README.md b/use-cases/managing-github-issues/README.md index cd0a5290..b95188ca 100644 --- a/use-cases/managing-github-issues/README.md +++ b/use-cases/managing-github-issues/README.md @@ -49,7 +49,7 @@ The workflow is triggered when a new issue is created in the GitHub repository b - Upon successful review, the workflow triggers a GitHub API call to close the issue. A final notification is sent to confirm the closure. 6. **Error Handling:** - - The workflow includes steps to handle errors, such as when an unsupported action is taken or when a developer is incorrectly assigned as a reviewer. + - The workflow includes steps to handle errors, such as when an unsupported action is taken, or a developer is incorrectly assigned as a reviewer. ### Visualization