opensearch-project / sql-jdbc

This is the driver for JDBC connectivity to a cluster running with OpenSearch SQL support.
Apache License 2.0
14 stars 25 forks source link

[FEATURE] Add ask-for-approval mechanism to release workflow #103

Open Yury-Fridlyand opened 1 year ago

Yury-Fridlyand commented 1 year ago

Is your feature request related to a problem? Add automatic mechanism to GHA which asks for release approvals.

What solution would you like? See examples: https://github.com/opensearch-project/sql-odbc/blob/main/.github/workflows/release-drafter.yml and https://github.com/opensearch-project/spring-data-opensearch/blame/8522b6031a7e2aa8e1d720a6ff7992ad91cee501/.github/workflows/release-drafter.yml#L14-L27. It creates an automatic issue like this one to get approvals.

What alternatives have you considered? N/A

Do you have any additional context? N/A