opensearch-project / k-NN

🆕 Find the k-nearest neighbors (k-NN) for your vector data
https://opensearch.org/docs/latest/search-plugins/knn/index/
Apache License 2.0
156 stars 123 forks source link

[Maintenance] Back-port branches not getting deleted #2128

Closed navneet1v closed 1 week ago

navneet1v commented 1 month ago

Issue

Whenever a PR needs to be backported to 2.x branch we add a label : backport-2.x to that PR. Due to this its creates a backport branch like backport/backport-2058-to-2.17. There is a GH action: https://github.com/opensearch-project/k-NN/blob/main/.github/workflows/delete_backport_branch.yml which was supposed to delete this branch, but that GH action is failing(https://github.com/opensearch-project/k-NN/actions/workflows/delete_backport_branch.yml) and hence branches are not getting deleted. This issue tracks the fix for that GH action.

Fix: https://github.com/opensearch-project/OpenSearch/commit/3a1b6d1795f23f2d14c4f2174867ce70ed88525e

0ctopus13prime commented 1 month ago

Will work on this.