Skip to content

Commit

Permalink
Merge pull request #8053 from ministryofjustice/fix/tm-365/add-hostin…
Browse files Browse the repository at this point in the history
…g-migrations-team

add hosting-migrations team to codeowners
  • Loading branch information
keirwilliams authored Sep 25, 2024
2 parents 7c69b71 + 14de14d commit 9619238
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion environments/hmpps-domain-services.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account-type": "member",
"codeowners": ["studio-webops"],
"codeowners": ["hosting-migrations", "studio-webops"],
"environments": [
{
"name": "development",
Expand Down
2 changes: 1 addition & 1 deletion environments/hmpps-oem.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account-type": "member",
"codeowners": ["studio-webops", "hmpps-migration", "hmpps-dba"],
"codeowners": ["hosting-migrations", "studio-webops", "hmpps-migration", "hmpps-dba"],
"environments": [
{
"name": "development",
Expand Down
2 changes: 1 addition & 1 deletion environments/nomis-combined-reporting.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account-type": "member",
"codeowners": ["studio-webops"],
"codeowners": ["hosting-migrations", "studio-webops"],
"environments": [
{
"name": "development",
Expand Down
2 changes: 1 addition & 1 deletion environments/nomis-data-hub.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account-type": "member",
"codeowners": ["studio-webops"],
"codeowners": ["hosting-migrations", "studio-webops"],
"environments": [
{
"name": "development",
Expand Down
2 changes: 1 addition & 1 deletion environments/nomis.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account-type": "member",
"codeowners": ["studio-webops"],
"codeowners": ["hosting-migrations", "studio-webops"],
"environments": [
{
"name": "development",
Expand Down
2 changes: 1 addition & 1 deletion environments/oasys-national-reporting.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account-type": "member",
"codeowners": ["studio-webops"],
"codeowners": ["hosting-migrations", "studio-webops"],
"environments": [
{
"name": "development",
Expand Down
2 changes: 1 addition & 1 deletion environments/oasys.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account-type": "member",
"codeowners": ["studio-webops"],
"codeowners": ["hosting-migrations", "studio-webops"],
"environments": [
{
"name": "development",
Expand Down

0 comments on commit 9619238

Please sign in to comment.