Skip to content

Commit

Permalink
fix(universal-connectivity): move and correct codeowners file (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Sep 27, 2023
1 parent 46a79a4 commit d03bf36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions github/libp2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7421,13 +7421,13 @@ repositories:
default_branch: main
delete_branch_on_merge: false
files:
.github/CODEOWNERS:
content: |
/rust-peer/ @libp2p/rust-libp2p-maintainers
/go-peer/ @libp2p/go-libp2p-maintainers
/js-peer/ @libp2p/js-libp2p-dev
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
CODEOWNERS:
content: |
rust-peer/* @libp2p/rust-libp2p-maintainers
go-peer/* @libp2p/go-libp2p-maintainers
js-peer/* @libp2p/js-libp2p-dev
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down

0 comments on commit d03bf36

Please sign in to comment.