Skip to content

Commit 02d95cc

Browse files
committed
chore: update gha
1 parent d098c28 commit 02d95cc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/js-libp2p-example-chat/.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# Please do not create a Pull Request for this repository
44

5-
The contents of this repository are automatically synced from the parent [Helia Examples Project](https://github.com/ipfs-examples/helia-examples) so any changes made to the standalone repository will be lost after the next sync.
5+
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.
66

7-
Please open a PR against [IPFS Examples](https://github.com/ipfs-examples/helia-examples) instead.
7+
Please open a PR against [js-libp2p Examples](https://github.com/libp2p/js-libp2p-examples) instead.
88

99
## Contributing
1010

1111
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**.
1212

13-
1. Fork the [Helia Examples Project](https://github.com/ipfs-examples/helia-examples)
13+
1. Fork the [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples)
1414
2. Create your Feature Branch (`git checkout -b feature/amazing-example`)
1515
3. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`)
1616
4. Push to the Branch (`git push origin feature/amazing-example`)

examples/js-libp2p-example-chat/.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Pull from another repository
1212
uses: ipfs-examples/actions-pull-directory-from-repo@main
1313
with:
14-
source-repo: ipfs-examples/helia-examples
14+
source-repo: libp2p/js-libp2p-examples
1515
source-folder-path: examples/${{ github.event.repository.name }}
1616
source-branch: main
1717
target-branch: main

examples/js-libp2p-example-circuit-relay/.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# Please do not create a Pull Request for this repository
44

5-
The contents of this repository are automatically synced from the parent [Helia Examples Project](https://github.com/ipfs-examples/helia-examples) so any changes made to the standalone repository will be lost after the next sync.
5+
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.
66

7-
Please open a PR against [IPFS Examples](https://github.com/ipfs-examples/helia-examples) instead.
7+
Please open a PR against [js-libp2p Examples](https://github.com/libp2p/js-libp2p-examples) instead.
88

99
## Contributing
1010

1111
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**.
1212

13-
1. Fork the [Helia Examples Project](https://github.com/ipfs-examples/helia-examples)
13+
1. Fork the [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples)
1414
2. Create your Feature Branch (`git checkout -b feature/amazing-example`)
1515
3. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`)
1616
4. Push to the Branch (`git push origin feature/amazing-example`)

examples/js-libp2p-example-circuit-relay/.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Pull from another repository
1212
uses: ipfs-examples/actions-pull-directory-from-repo@main
1313
with:
14-
source-repo: ipfs-examples/helia-examples
14+
source-repo: libp2p/js-libp2p-examples
1515
source-folder-path: examples/${{ github.event.repository.name }}
1616
source-branch: main
1717
target-branch: main

0 commit comments

Comments
 (0)