Skip to content

Commit

Permalink
Merge pull request #5988 from ministryofjustice/documentation/create-…
Browse files Browse the repository at this point in the history
…accounts

replacecd <owner-name> with \<owner-name\> to prevent missing item in documentation
  • Loading branch information
SteveLinden authored Jan 15, 2024
2 parents 452215e + c12f5c4 commit c8e92af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": ["<owner-name>"],' Replace <owner-name> with a GitHub team such as `modernisation-platform`.
`"codeowners": ["\<owner-name\>"],` Replace \<owner-name\> with a GitHub team such as `modernisation-platform`.

This will restrict code approval to only the GitHub team slugs listed in the 'cdeowners' attribute.

Expand Down

0 comments on commit c8e92af

Please sign in to comment.