Skip to content

Commit

Permalink
Fixing <owner-name> issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLinden committed Jan 16, 2024
1 parent 36f763c commit 1c5499e
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 'codeowners' attribute.

Expand Down

0 comments on commit 1c5499e

Please sign in to comment.