Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add workflow to enforce group approvals #158

Merged
merged 3 commits into from
Nov 10, 2024
Merged

add workflow to enforce group approvals #158

merged 3 commits into from
Nov 10, 2024

Conversation

KorbinianK
Copy link
Collaborator

This pull request introduces a new GitHub Actions workflow to enforce group-based approvals for pull requests. The workflow ensures that at least one member from each of two defined groups approves the pull request before it can be merged.

New workflow for group-based approvals:

  • .github/workflows/group-approvals.yml: Added a new workflow that triggers on pull request events and checks if the required approvals from two specified groups are present. If approvals from both groups are not present, the workflow fails and prevents the pull request from being merged.

swarna1101
swarna1101 previously approved these changes Nov 7, 2024
JBScaled
JBScaled previously approved these changes Nov 7, 2024
@myronrotter myronrotter self-requested a review November 8, 2024 09:06
@KorbinianK KorbinianK dismissed stale reviews from JBScaled and swarna1101 via 093bd1f November 8, 2024 20:45
@nickytaiko
Copy link

good to go

@KorbinianK KorbinianK merged commit c1bb1c1 into main Nov 10, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants