Commit c350202
authored
chore(codeowners): set sdk_team as code owners (#148)
## Summary
Adds a root `CODEOWNERS` with `* @rudderlabs/sdk_team` so chore PRs
(Dependabot merges, CI fixes) auto-request review from the whole SDK
team and any member's approval unblocks them. No CODEOWNERS existed
before. Brings this repo in line with the other SDK repos already
migrated.
## Changes
- `CODEOWNERS` (new): `* @rudderlabs/sdk_team`
- `.github/ISSUE_TEMPLATE/bug_report.md`: clears the hardcoded
individual assignee (`itsdebs` → `[]`), matching the pattern used in the
other SDK repos
## Testing
Config-only change — verify on the next chore PR that review is
auto-requested from `sdk_team` (the open Dependabot PRs #128 and #141
can serve as the verification case once this merges). New bug reports
should open unassigned.
## Screenshots
No UI changes in this PR.
## Notes
Fixes
[SDK-5173](https://linear.app/rudderstack/issue/SDK-5173/set-sdk-team-as-code-owners-in-rudder-sdk-java).
No breaking changes or migration steps required.1 parent 1be0a0f commit c350202
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments