Skip to content

Commit e1e6ebd

Browse files
authored
chore(ci): update team members in CODEOWNERS and release workflows
- Replace `@oscerd` and `@rohanKanojia` with `@ash-thakur-rh` in default reviewers - Update release permissions from `rohanKanojia` to `ash-thakur-rh` - Add `@andreaTP` as code owner for chaos-test directory Signed-off-by: Marc Nuri <marc@marcnuri.com>
1 parent 8fe70e1 commit e1e6ebd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Default
2-
* @manusa @oscerd @rohanKanojia @shawkins
2+
* @manusa @ash-thakur-rh @shawkins
33

44
# Java generator
55
/java-generator/ @andreaTP @shawkins
66

77
# CRD Generator
88
/crd-generator/ @andreaTP @metacosm
99

10+
# Chaos test
11+
/chaos-test/ @andreaTP

.github/workflows/release-snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: Release Java 11 SNAPSHOT
4242
# Cheap way to prevent accidental releases
4343
# Modify the list to add users with release permissions
44-
if: contains('["manusa","rohanKanojia"]', github.actor)
44+
if: contains('["manusa","ash-thakur-rh"]', github.actor)
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Release Java 11 ${{ github.event.inputs.tag }}
4747
# Cheap way to prevent accidental releases
4848
# Modify the list to add users with release permissions
49-
if: contains('["manusa","rohanKanojia"]', github.actor)
49+
if: contains('["manusa","ash-thakur-rh"]', github.actor)
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout

0 commit comments

Comments
 (0)