diff --git a/github/libp2p.yml b/github/libp2p.yml index 7a4b6ad..f74e95c 100644 --- a/github/libp2p.yml +++ b/github/libp2p.yml @@ -18,6 +18,9 @@ members: # 1. co-founder of [IPDX](https://ipdx.co), and IPDX is contracted to look after GitHub for this organization. # 2. Multiple years of experience managing GitHub organizations of open source projects, including this org. - galargh + # Why @p-shahi? + # Promoting to temporary admin to resolve https://github.com/libp2p/github-mgmt/pull/252 and related issues + - p-shahi member: - 2color - aamnv @@ -115,7 +118,6 @@ members: - nunofmn - olizilla - ortyomka - - p-shahi - pacrob - petar - pipermerriam @@ -2885,6 +2887,13 @@ repositories: default_branch: main delete_branch_on_merge: false description: A browser plugin that lets you inspect a running libp2p node + files: + .github/pull_request_template.md: + content: .github/js_pull_request_template.md + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -2935,6 +2944,10 @@ repositories: 4. Push to the Branch (`git push origin feature/amazing-example`) 5. Open a Pull Request + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -2986,6 +2999,10 @@ repositories: 4. Push to the Branch (`git push origin feature/amazing-example`) 5. Open a Pull Request + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3037,6 +3054,10 @@ repositories: 4. Push to the Branch (`git push origin feature/amazing-example`) 5. Open a Pull Request + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3088,6 +3109,10 @@ repositories: 4. Push to the Branch (`git push origin feature/amazing-example`) 5. Open a Pull Request + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3139,6 +3164,10 @@ repositories: 4. Push to the Branch (`git push origin feature/amazing-example`) 5. Open a Pull Request + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3190,6 +3219,10 @@ repositories: 4. Push to the Branch (`git push origin feature/amazing-example`) 5. Open a Pull Request + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3241,6 +3274,10 @@ repositories: 4. Push to the Branch (`git push origin feature/amazing-example`) 5. Open a Pull Request + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3291,6 +3328,13 @@ repositories: default_branch: main delete_branch_on_merge: false description: How to use peer and content routing + files: + .github/pull_request_template.md: + content: .github/js_pull_request_template.md + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3309,6 +3353,13 @@ repositories: default_branch: main delete_branch_on_merge: false description: How to configure a libp2p private network + files: + .github/pull_request_template.md: + content: .github/js_pull_request_template.md + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3327,6 +3378,13 @@ repositories: default_branch: main delete_branch_on_merge: false description: How to use multiplexed protocol streams + files: + .github/pull_request_template.md: + content: .github/js_pull_request_template.md + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3345,6 +3403,13 @@ repositories: default_branch: main delete_branch_on_merge: false description: An example using libp2p pubsub + files: + .github/pull_request_template.md: + content: .github/js_pull_request_template.md + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3363,6 +3428,13 @@ repositories: default_branch: main delete_branch_on_merge: false description: An example using different types of libp2p transport + files: + .github/pull_request_template.md: + content: .github/js_pull_request_template.md + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3381,6 +3453,13 @@ repositories: default_branch: main delete_branch_on_merge: false description: Connect a browser to another browser + files: + .github/pull_request_template.md: + content: .github/js_pull_request_template.md + .github/workflows/semantic-pull-request.yml: + content: .github/workflows/semantic-pull-request.yml + .github/workflows/stale.yml: + content: .github/workflows/stale.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE