mirror of
https://github.com/seigler/HLS-over-IPFS-video-player
synced 2025-07-27 01:36:14 +00:00
chore: remove unnecessary gh workflow
This commit is contained in:
parent
a1c474cf5d
commit
9d1d9adf76
2 changed files with 0 additions and 35 deletions
15
.github/pull_request_template.md
vendored
15
.github/pull_request_template.md
vendored
|
@ -1,15 +0,0 @@
|
|||
**IMPORTANT: Please do not create a Pull Request for this repository.**
|
||||
|
||||
The contents of this repository are automatically synced from the parent [IPFS Examples Project](https://github.com/ipfs-examples/js-ipfs-examples) so any changes made to the standalone repository will be lost after the next sync.
|
||||
|
||||
Please open a PR against [IPFS Examples](https://github.com/ipfs-examples/js-ipfs-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 [IPFS Examples Project](https://github.com/ipfs-examples/js-ipfs-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
|
20
.github/workflows/sync.yml
vendored
20
.github/workflows/sync.yml
vendored
|
@ -1,20 +0,0 @@
|
|||
name: Sync
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
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: "ipfs-examples/js-ipfs-examples"
|
||||
source-folder-path: "examples/browser-video-streaming"
|
||||
source-branch: "master"
|
||||
target-branch: "main"
|
||||
git-username: github-actions
|
||||
git-email: github-actions@github.com
|
Loading…
Add table
Add a link
Reference in a new issue