Skip to content

Commit

Permalink
add CODEOWNERS (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Angie Jones <[email protected]>
  • Loading branch information
finn-block and angiejones authored Jun 17, 2024
1 parent f56bb19 commit 0b056c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: node .github/generate-test-steps.js >> "$GITHUB_OUTPUT"

javascript:
name: JavaScript (${{ matrix.example.name }})
name: JavaScript / ${{ matrix.example.name }}
needs: all
runs-on: ubuntu-latest
strategy:
Expand All @@ -37,7 +37,7 @@ jobs:
working-directory: ${{ matrix.example.directory }}

kotlin:
name: Kotlin (${{ matrix.example.name }})
name: Kotlin / ${{ matrix.example.name }}
needs: all
runs-on: ubuntu-latest
strategy:
Expand Down
16 changes: 16 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# any files outside of examples, and examples that don't yet have a codeowner
* @finn-tbd

javascript/book-reviews @acekyd @angiejones
javascript/dinger @blackgirlbytes
javascript/dinger-starter @blackgirlbytes
javascript/fan-club-credential @nitro-neal @blackgirlbytes
javascript/kcc-prototype-exemplar @KendallWeihe
javascript/pfi-aud-usd-tbdex @michaelneale
javascript/shared-todo @acekyd
javascript/shared-todo-starter @acekyd
javascript/tbdex-pfi-exemplar @michaelneale @mistermoe @phoebe-lew @jiyoontbd @kirahsapong
javascript/todo @acekyd @blackgirlbytes
javascript/todo-starter @acekyd @blackgirlbytes
kotlin/tbdex-example-android @michaelneale @jiyoontbd
swift/tbdex-example-ios @kirahsapong

0 comments on commit 0b056c8

Please sign in to comment.