Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: auto request all reviewers #4093

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@

# global owners
* @celestiaorg/celestia-core

# directory owners
# NOTE: the directory owners should include the global owners unless the global
# owner is fully deferring ownership to the directory owner
docs @liamsi @celestiaorg/celestia-core
specs @liamsi @celestiaorg/celestia-core
x/blobstream @rach-id @evan-forbes
Comment on lines -13 to -18
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed these b/c I think they outlived their purpose

10 changes: 5 additions & 5 deletions .github/auto_request_review.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# More info at https://github.com/necojackarc/auto-request-review
reviewers:
# The default reviewers
defaults:
# Example of Github Team. Github team must have write access to repo.
# NOTE: This assigned the team itself, not members of the team. The Github
# team auto PR assignment will then turn this into individuals
- team:celestia-core # This is the Github Team
- cmwaters
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmwaters LMK if you would like to be removed from this list. If that's the case, we can explicitly add you to PRs that need your attention

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm okay with this for now. I'm not too sensitive to github notifications

- evan-forbes
- ninabarbakadze
- rach-id
- rootulp

options:
ignore_draft: true
Expand Down
Loading