Skip to content

Commit

Permalink
Merge pull request #7801 from ministryofjustice/TM-140-add-hosting-mi…
Browse files Browse the repository at this point in the history
…grations-as-a

🛂 Add `hosting-migrations` to codeowners for delius related projects
  • Loading branch information
georgepstaylor authored Aug 30, 2024
2 parents 87c03ca + 5b08265 commit 27b1e44
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
5 changes: 4 additions & 1 deletion environments/delius-core.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"account-type": "member",
"codeowners": ["hmpps-migration"],
"codeowners": [
"hmpps-migration",
"hosting-migrations"
],
"environments": [
{
"name": "development",
Expand Down
5 changes: 4 additions & 1 deletion environments/delius-iaps.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"account-type": "member",
"codeowners": ["hmpps-migration"],
"codeowners": [
"hmpps-migration",
"hosting-migrations"
],
"environments": [
{
"name": "development",
Expand Down
4 changes: 4 additions & 0 deletions environments/delius-jitbit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"account-type": "member",
"codeowners": [
"hmpps-migration",
"hosting-migrations"
],
"environments": [
{
"name": "development",
Expand Down
5 changes: 4 additions & 1 deletion environments/delius-mis.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"account-type": "member",
"codeowners": ["hmpps-migration"],
"codeowners": [
"hmpps-migration",
"hosting-migrations"
],
"environments": [
{
"name": "development",
Expand Down
5 changes: 4 additions & 1 deletion environments/delius-nextcloud.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"account-type": "member",
"codeowners": ["hmpps-migration"],
"codeowners": [
"hmpps-migration",
"hosting-migrations"
],
"environments": [
{
"name": "development",
Expand Down

0 comments on commit 27b1e44

Please sign in to comment.