From 1c5499e4dc4a2c579366b78a530bf7c5395f9dac Mon Sep 17 00:00:00 2001 From: SteveLinden Date: Tue, 16 Jan 2024 11:15:41 +0000 Subject: [PATCH] Fixing issue --- source/runbooks/creating-accounts-for-end-users.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/runbooks/creating-accounts-for-end-users.html.md.erb b/source/runbooks/creating-accounts-for-end-users.html.md.erb index 0040e3f33..945d72196 100644 --- a/source/runbooks/creating-accounts-for-end-users.html.md.erb +++ b/source/runbooks/creating-accounts-for-end-users.html.md.erb @@ -38,7 +38,7 @@ By default the codeowners for the application teams folder in the `modernisation You can over write this by defining codeowners as an attribute for that application. -`"codeowners": ["\\"],` Replace \\ with a GitHub team such as `modernisation-platform`. +`"codeowners": [""],` Replace \ with a GitHub team such as `modernisation-platform`. This will restrict code approval to only the GitHub team slugs listed in the 'codeowners' attribute.