Allow apps to be CODEOWNERS #108490
Unanswered
lukasz-mitka
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
I'd like apps to be assignable as CODEOWNERS, so that they can give merge-worthy approval.
Why it's needed
I have scenarios where code review from CODEOWNERS is set in Rulesets.
So for some PRs (e.g. Depndabot) it's not possible to merge it automatically after bot only approval.
Why not disable ownership for particular files?
I want only non-major changes auto approved, so need real human fallback and protection.
Example
Workarounds considered
CI
Technically it's possible to create some custom solution that would run github actions and set status checks.
That's messy and laboursome.
Service account
Have service account that would be assigned as codeowner where needed.
That's an additional cost of an account. Also a security threat as new credentials need to be handled.
Other discussions
Found this one: https://github.com/orgs/community/discussions/23064
But's it's a question and this is formal feature request.
Beta Was this translation helpful? Give feedback.
All reactions