-
Notifications
You must be signed in to change notification settings - Fork 112
Update codeowners: Remove oncall team from github workflows #8955
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
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8955 +/- ##
=======================================
Coverage 55.65% 55.65%
=======================================
Files 599 599
Lines 40750 40750
=======================================
Hits 22681 22681
Misses 16351 16351
Partials 1718 1718 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
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.
would removing both lines affect the permissions for approvers and/or maintainers?
no, the repository level ownership "* @radius-project/maintainers-radius @radius-project/approvers-radius" will still continue to let approvers/maintainers approve workflow files. Removing these lines will just remove oncall as the owner for these. Thanks for reviewing! |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
I recently added on-call group as owner for a few dependency related files to allow on-call to handle depedenabot/snyk PRs: #8884. However, looking at the list again, I realized that github workflows have a lot of core functionality and are generally not limited to version updates, so removing on-call team from the codeowners list for github workflows.
Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: