Skip to content

Commit daa63d4

Browse files
Update CODEOWNERS: rename team-fm-next to team-fm-foundations (#597)
## Summary Replaces all references to `@launchdarkly/team-fm-next` with `@launchdarkly/team-fm-foundations` in the CODEOWNERS file to reflect the team rename. This is one of several PRs making this change across the `launchdarkly` org. ## Review & Testing Checklist for Human - [ ] Verify that `@launchdarkly/team-fm-foundations` is a valid, active team in the GitHub org (CODEOWNERS silently fails if the team doesn't exist) - [ ] Confirm no other references to `team-fm-next` remain in this repo outside of CODEOWNERS ### Notes Three ownership rules were updated: the default (`*`), `vendor/`, and `CHANGELOG.md`. Link to Devin session: https://app.devin.ai/sessions/8abe80d07e414755864c1b9c67215686 Requested by: @kparkinson-ld Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 3e18c83 commit daa63d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
22

3-
* @launchdarkly/team-fm-next
3+
* @launchdarkly/team-fm-foundations
44

55
# Documentation
66
*.md @launchdarkly/team-docs
77

88
# vendor docs don't need to be owned by docs team
9-
vendor/ @launchdarkly/team-fm-next
9+
vendor/ @launchdarkly/team-fm-foundations
1010

1111
# Change log is updated by release bot
12-
CHANGELOG.md @launchdarkly/team-fm-next
12+
CHANGELOG.md @launchdarkly/team-fm-foundations

0 commit comments

Comments
 (0)