mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
chore: fallback to framework team with codeowners (#28588)
I noticed that Dependabot PRs never had anyone assigned: https://github.com/ionic-team/ionic-framework/pull/28586 The reason was that we removed `* @ionic-team/framework` when we adjusted the codeowners in https://github.com/ionic-team/ionic-framework/pull/27573. My original reasoning for why we should remove it was wrong. GitHub only assigns reviewers within a team if the team itself is assigned. By removing the team from being reviewed, only people listed in the codeowners file would be assigned. As an added example, PRs that do not match codeowners currently have no one assigned: https://github.com/ionic-team/ionic-framework/pull/28430
This commit is contained in:
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -11,6 +11,8 @@
|
|||||||
# In each subsection folders are ordered first by depth, then alphabetically.
|
# In each subsection folders are ordered first by depth, then alphabetically.
|
||||||
# This should make it easy to add new rules without breaking existing ones.
|
# This should make it easy to add new rules without breaking existing ones.
|
||||||
|
|
||||||
|
* @ionic-team/framework
|
||||||
|
|
||||||
# Frameworks
|
# Frameworks
|
||||||
|
|
||||||
## Angular
|
## Angular
|
||||||
|
Reference in New Issue
Block a user