-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[prow] Add labels to OWNERS files #6174
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
Conversation
/approve no-issue |
Awesome, thanks a lot. /lgtm |
LGTM label has been added. Git tree hash: 9acea414b08422840d46a6ef94ead801954c3968
|
Codecov Report
@@ Coverage Diff @@
## main #6174 +/- ##
==========================================
- Coverage 41.36% 34.51% -6.85%
==========================================
Files 65 116 +51
Lines 14366 21401 +7035
==========================================
+ Hits 5942 7387 +1445
- Misses 7949 13348 +5399
- Partials 475 666 +191
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/approve |
Description
This PR adds
labels
section to the OWNERS files, which in conjunction with theowners-labels
prow plugin automatically adds labels to PRs based on the files that were modified.How to test
Open a PR in gitpod-test-repo, e.g. this one and notice that prow added a label.
Release Notes