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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

add workflow to enforce group approvals #158

wants to merge 2 commits into from

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.

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.

4 participants