Skip to content

Commit 27cbea1

Browse files
committed
Add .github repository to ReleaseTrain team
1 parent f02b77e commit 27cbea1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,13 @@ source_repositories:
463463
content: "{{ community_files.codeowners.batch }}"
464464
dest: ".github/CODEOWNERS"
465465
# ReleaseTrain team
466+
.github:
467+
repository_type: "single-branch"
468+
workflows: []
469+
community_files:
470+
- codeowners:
471+
content: "{{ community_files.codeowners.release_train }}"
472+
dest: ".github/CODEOWNERS"
466473
stackhpc-release-train:
467474
repository_type: "ansible"
468475
workflows: []

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"stackhpc-inspector-plugins"
7474
],
7575
"ReleaseTrain": [
76+
".github",
7677
"stackhpc-release-train",
7778
"stackhpc-release-train-clients"
7879
],

0 commit comments

Comments
 (0)