-
Notifications
You must be signed in to change notification settings - Fork 824
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
ci: Add codeowners for CI/CD files & folders #12695
Conversation
Co-authored-by: Kamil Sobol <[email protected]>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## dev #12695 +/- ##
===========================================
+ Coverage 0.00% 47.61% +47.61%
===========================================
Files 1296 842 -454
Lines 149743 38302 -111441
Branches 1296 7833 +6537
===========================================
+ Hits 0 18239 +18239
+ Misses 148447 18441 -130006
- Partials 1296 1622 +326
... and 1275 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
.github/CODEOWNERS
Outdated
/.circleci/ @awsluja @sobolk @aws-amplify/amplify-cli-admins | ||
/scripts/ @awsluja @sobolk @aws-amplify/amplify-cli-admins | ||
/shared-scripts.sh @awsluja @goldbez @aws-amplify/amplify-cli-admins | ||
/codebuild_specs/ @awsluja @goldbez @aws-amplify/amplify-cli-admins |
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.
This should probably just be the cli-admins group. Adding individual people is One More Thing To Update when people join / leave the team
Description of changes
Add codeowners to ensure that CI/CD files and folders are reviewed by certain members of our team.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.