Skip to content

Commit

Permalink
Add a CODEOWNERS file (#570)
Browse files Browse the repository at this point in the history
## Summary
It's becoming a little hard for me to keep track of PR states. To help
with this, I'm going to experiment with configuring github to request a
review from me on all PRs. Then I can filter to PRs waiting on review
from me to know which need my attention.

CODEOWNERS appears the simplest way to do this.

## Validation
As this is a git change it's hard to verify pre-merge. Will merge, and
then check PRs start listing me as a reviewer.
  • Loading branch information
theospears authored Dec 27, 2024
1 parent 62b4a66 commit 7c4d7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Request reviews from the iOS app maintainer by default
* @beeminder/ios-maintainer

0 comments on commit 7c4d7ae

Please sign in to comment.