Skip to content

Commit fa85b6f

Browse files
Correct codeowner file to unblock release and issue naming (#79)
Signed-off-by: Peter Zhu <[email protected]>
1 parent 1ca39de commit fa85b6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This should match the owning team set up in https://github.com/orgs/opensearch-project/teams
2-
* @praveensameneni @khushbr @ansjcy @goyamegh @getsaurabh02 @sbcd90 @sgup432 @atharvasharma61 @nishchay21 @DevJhaAbhishek @varunsrivathsav @rramachand21 @psychbot @Gaganjuneja
2+
* @praveensameneni @khushbr @ansjcy @goyamegh @getsaurabh02 @sbcd90 @sgup432 @nishchay21 @varunsrivathsav @rramachand21 @psychbot @Gaganjuneja

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
secret: ${{ github.TOKEN }}
2828
approvers: ${{ steps.get_data.outputs.approvers }}
2929
minimum-approvals: 2
30-
issue-title: 'Release spring-data-opensearch ${{ steps.get_data.outputs.version }}'
31-
issue-body: "Please approve or deny the release of spring-data-opensearch **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }} **VERSION** : ${{ steps.get_data.outputs.version }} "
30+
issue-title: 'Release performance-analyzer-commons ${{ steps.get_data.outputs.version }}'
31+
issue-body: "Please approve or deny the release of performance-analyzer-commons **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }} **VERSION** : ${{ steps.get_data.outputs.version }} "
3232
exclude-workflow-initiator-as-approver: true
3333
- name: Set up JDK 21
3434
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)