- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.1k
Require product eng approval for PRs #4478
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
Require product eng approval for PRs #4478
Conversation
Co-authored-by: dustin <[email protected]>
| Cursor Agent can help with this pull request. Just  | 
| 
 | 
Co-authored-by: dustin <[email protected]>
Co-authored-by: dustin <[email protected]>
040036a    to
    349d1c7      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testing pr approval check
Description:
This PR introduces a new GitHub Action workflow (
.github/workflows/pr-approval-check.yml) that enforces a required approval from a member of the@trufflesecurity/product-engteam for all pull requests.The workflow creates a
product-eng-approvalstatus check, which will besuccessonly if an active@trufflesecurity/product-engteam member has approved the PR. AREADME.mdis also included to explain the workflow and how to configure branch protection to make this check mandatory.Checklist:
make test-community)?make lintthis requires golangci-lint)?