Skip to content

Commit

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

Additional changes to correct a spelling and amend owner-name comments
  • Loading branch information
SteveLinden authored Jan 16, 2024
2 parents fbc6ffb + 1c5499e commit dc5f644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/runbooks/creating-accounts-for-end-users.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ 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.
This will restrict code approval to only the GitHub team slugs listed in the 'codeowners' attribute.

See [#5957] (https://github.com/ministryofjustice/modernisation-platform/pull/5957) for an example of the change required.

Expand Down

0 comments on commit dc5f644

Please sign in to comment.