Skip to content

Commit b847dd8

Browse files
rootulpclaude
andauthored
chore: update CODEOWNERS to use protocol team (#384)
## Summary - Update CODEOWNERS to use `@celestiaorg/protocol` team - Remove `assign-random-reviewer.yml` workflow (no longer needed since the protocol team's [review assignment settings](https://github.com/orgs/celestiaorg/teams/protocol/edit/review_assignment) auto-assign 1 reviewer per PR) ## Context Part of https://linear.app/celestia/issue/PROTOCO-1217/fix-codeowners-and-pr-reviews-for-protocol-maintained-repos This was tested and works as expected on celestia-app which now has the protocol team as CODEOWNERs and a PR auto-requested a review from Vlad: celestiaorg/celestia-app#6875 Supersedes #383 (recreated with signed commits to allow auto-merge). Closes https://linear.app/celestia/issue/PROTOCO-1217/fix-codeowners-and-pr-reviews-for-protocol-maintained-repos 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 59dec8b commit b847dd8

2 files changed

Lines changed: 7 additions & 122 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
1+
# CODEOWNERS: <https://help.github.com/articles/about-codeowners/>
22

3-
# Everything goes through the following "global owners" by default.
4-
# Unless a later match takes precedence, these three will be
5-
# requested for review when someone opens a PR.
6-
# Note that the last matching pattern takes precedence, so
7-
# global owners are only requested if there isn't a more specific
8-
# codeowner specified below. For this reason, the global codeowners
9-
# are often repeated in package-level definitions.
10-
* @celestiaorg/celestia-core @celestiaorg/celestia-node
3+
# Everything goes through the protocol team by default. The team's review
4+
# assignment settings control how many reviewers are auto-assigned per PR.
5+
# See: https://github.com/orgs/celestiaorg/teams/protocol/edit/review_assignment
6+
7+
# global owners
8+
* @celestiaorg/protocol

.github/workflows/assign-random-reviewer.yml

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)