From 4ada42aa5e1c530464abcc6045fd8e0a769b4444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:26:43 +0000 Subject: [PATCH] sync@9629192452 libp2p --- github/libp2p.yml | 115 +++++++++++++++++++++++++++++++++------------- 1 file changed, 84 insertions(+), 31 deletions(-) diff --git a/github/libp2p.yml b/github/libp2p.yml index 0b6e158a..0c4aa17e 100644 --- a/github/libp2p.yml +++ b/github/libp2p.yml @@ -2952,10 +2952,6 @@ 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 @@ -3007,10 +3003,6 @@ 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 @@ -3062,10 +3054,6 @@ 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 @@ -3117,10 +3105,6 @@ 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 @@ -3144,11 +3128,34 @@ repositories: description: How to create custom protocols for your app 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 + content: > + # ⚠️ IMPORTANT ⚠️ + + + # Please do not create a Pull Request for this repository + + + The contents of this repository are automatically synced from the parent [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) so any changes made to the standalone repository will be lost after the next sync. + + + Please open a PR against [js-libp2p Examples](https://github.com/libp2p/js-libp2p-examples) instead. + + + ## Contributing + + + Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. + + + 1. Fork the [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) + + 2. Create your Feature Branch (`git checkout -b feature/amazing-example`) + + 3. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`) + + 4. Push to the Branch (`git push origin feature/amazing-example`) + + 5. Open a Pull Request has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3172,11 +3179,34 @@ repositories: description: How to use other libp2p nodes to perform delegated 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 + content: > + # ⚠️ IMPORTANT ⚠️ + + + # Please do not create a Pull Request for this repository + + + The contents of this repository are automatically synced from the parent [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) so any changes made to the standalone repository will be lost after the next sync. + + + Please open a PR against [js-libp2p Examples](https://github.com/libp2p/js-libp2p-examples) instead. + + + ## Contributing + + + Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. + + + 1. Fork the [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) + + 2. Create your Feature Branch (`git checkout -b feature/amazing-example`) + + 3. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`) + + 4. Push to the Branch (`git push origin feature/amazing-example`) + + 5. Open a Pull Request has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -3200,11 +3230,34 @@ repositories: description: How to configure peer discovery mechanisms 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 + content: > + # ⚠️ IMPORTANT ⚠️ + + + # Please do not create a Pull Request for this repository + + + The contents of this repository are automatically synced from the parent [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) so any changes made to the standalone repository will be lost after the next sync. + + + Please open a PR against [js-libp2p Examples](https://github.com/libp2p/js-libp2p-examples) instead. + + + ## Contributing + + + Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. + + + 1. Fork the [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) + + 2. Create your Feature Branch (`git checkout -b feature/amazing-example`) + + 3. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`) + + 4. Push to the Branch (`git push origin feature/amazing-example`) + + 5. Open a Pull Request has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE