Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Mar 1, 2023
1 parent 7c8f44b commit c0679c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
approvers: ${{ steps.get_data.outputs.approvers }}
minimum-approvals: 1
issue-title: 'Release opensearch-dsl-py'
issue-body: "Please approve or deny the release of opensearch-dsl-py.
Tag:${{ github.ref_name }}
Commit: ${{ github.sha }}"
issue-body: "Please approve or deny the release of opensearch-dsl-py. **Tag**: ${{ github.ref_name }} **Commit**: ${{ github.sha }}"
# exclude-workflow-initiator-as-approver: true
- name: Set up Python 3
uses: actions/setup-python@v3
Expand Down

0 comments on commit c0679c4

Please sign in to comment.