From 96434d99778d8aac2d93088fbd52dc59139781fa Mon Sep 17 00:00:00 2001 From: paschal533 Date: Mon, 9 Jun 2025 00:14:17 +0100 Subject: [PATCH] Remove .git --- tests/interop/js_libp2p/js_node/.gitIgnore | 1 + .../js_node/.github/pull_request_template.md | 17 ----------------- .../js_node/.github/workflows/sync.yml | 19 ------------------- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 tests/interop/js_libp2p/js_node/.github/pull_request_template.md delete mode 100644 tests/interop/js_libp2p/js_node/.github/workflows/sync.yml diff --git a/tests/interop/js_libp2p/js_node/.gitIgnore b/tests/interop/js_libp2p/js_node/.gitIgnore index 59bb2a9a..cef77aaa 100644 --- a/tests/interop/js_libp2p/js_node/.gitIgnore +++ b/tests/interop/js_libp2p/js_node/.gitIgnore @@ -2,3 +2,4 @@ /package-lock.json /dist .log +.github \ No newline at end of file diff --git a/tests/interop/js_libp2p/js_node/.github/pull_request_template.md b/tests/interop/js_libp2p/js_node/.github/pull_request_template.md deleted file mode 100644 index b47baa1f..00000000 --- a/tests/interop/js_libp2p/js_node/.github/pull_request_template.md +++ /dev/null @@ -1,17 +0,0 @@ -# ⚠️ 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) -1. Create your Feature Branch (`git checkout -b feature/amazing-example`) -1. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`) -1. Push to the Branch (`git push origin feature/amazing-example`) -1. Open a Pull Request diff --git a/tests/interop/js_libp2p/js_node/.github/workflows/sync.yml b/tests/interop/js_libp2p/js_node/.github/workflows/sync.yml deleted file mode 100644 index 78f6c8d1..00000000 --- a/tests/interop/js_libp2p/js_node/.github/workflows/sync.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: pull - -on: - workflow_dispatch - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Pull from another repository - uses: ipfs-examples/actions-pull-directory-from-repo@main - with: - source-repo: libp2p/js-libp2p-examples - source-folder-path: examples/${{ github.event.repository.name }} - source-branch: main - target-branch: main - git-username: github-actions - git-email: github-actions@github.com