Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Add 2PR approval for release #102

Merged
merged 2 commits into from
Mar 1, 2023
Merged

Conversation

gaiksaya
Copy link
Member

@gaiksaya gaiksaya commented Mar 1, 2023

Description

This change retrieves the codeowner's list from .github/codeowners file and adds them as approvers for releasing opensearch-dsl-py.
Here is a sample issue that is created when this workflow runs: gaiksaya#6
Once approved, the workflow continues to run as usual.
Note: This approval duration is subject to the broader 72 hours timeout for a workflow.

Issues Resolved

related opensearch-project/opensearch-build#3111

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
with:
secret: ${{ github.TOKEN }}
approvers: ${{ steps.get_approvers.outputs.approvers }}
minimum-approvals: 2
Copy link
Member Author

@gaiksaya gaiksaya Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept this number as 2 but let me know if it needs to change to some other number.

@VachaShah VachaShah merged commit d6741fa into opensearch-project:main Mar 1, 2023
@gaiksaya gaiksaya deleted the 2pr branch March 1, 2023 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants