diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 566cb33..494c33f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # This should match the owning team set up in https://github.com/orgs/opensearch-project/teams -* @praveensameneni @khushbr @ansjcy @goyamegh @getsaurabh02 @sbcd90 @sgup432 @atharvasharma61 @nishchay21 @DevJhaAbhishek @varunsrivathsav @rramachand21 @psychbot @Gaganjuneja +* @praveensameneni @khushbr @ansjcy @goyamegh @getsaurabh02 @sbcd90 @sgup432 @nishchay21 @varunsrivathsav @rramachand21 @psychbot @Gaganjuneja diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5147c0c..c6f1421 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -27,8 +27,8 @@ jobs: secret: ${{ github.TOKEN }} approvers: ${{ steps.get_data.outputs.approvers }} minimum-approvals: 2 - issue-title: 'Release spring-data-opensearch ${{ steps.get_data.outputs.version }}' - 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 }} " + issue-title: 'Release performance-analyzer-commons ${{ steps.get_data.outputs.version }}' + 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 }} " exclude-workflow-initiator-as-approver: true - name: Set up JDK 21 uses: actions/setup-java@v3