Skip to content

Commit 78452fd

Browse files
committed
Remove approvers sections
Signed-off-by: David Venable <dlv@amazon.com>
1 parent bb581f3 commit 78452fd

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -147,29 +147,6 @@ jobs:
147147
grep '^version=' gradle.properties >> $GITHUB_ENV
148148
echo "version=$(grep '^version=' gradle.properties | cut -d'=' -f2)" >> $GITHUB_OUTPUT
149149
150-
- name: Get Approvers
151-
id: get_approvers
152-
run: |
153-
echo "approvers=$(cat .github/CODEOWNERS | grep @ | tr -d '* ' | sed 's/@/,/g' | sed 's/,//1')" >> $GITHUB_OUTPUT
154-
- uses: trstringer/manual-approval@v1
155-
with:
156-
secret: ${{ github.TOKEN }}
157-
approvers: ${{ steps.get_approvers.outputs.approvers }}
158-
minimum-approvals: 1
159-
issue-title: 'Release Data Prepper : ${{ env.version }}'
160-
issue-body: >
161-
Please approve or deny the release of Data Prepper.
162-
163-
**VERSION**: ${{ env.version }}
164-
165-
**BUILD NUMBER**: ${{ github.run_number }}
166-
167-
**RELEASE MAJOR TAG**: ${{ github.event.inputs.release-major-tag }}
168-
169-
**RELEASE LATEST TAG**: ${{ github.event.inputs.release-latest-tag }}
170-
171-
exclude-workflow-initiator-as-approver: false
172-
173150
- name: Create Release Description
174151
run: |
175152
echo 'version: ${{ env.version }}' > release-description.yaml

0 commit comments

Comments
 (0)