qier222 / YesPlayMusic

高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
https://music.qier222.com
MIT License
27.77k stars 4.09k forks source link

Upstream Sync #2178

Closed thedavidweng closed 4 months ago

thedavidweng commented 5 months ago

allow fork to sync with upstream automatically.

vercel[bot] commented 5 months ago

@thedavidweng is attempting to deploy a commit to the r3play Team on Vercel.

A member of the Team first needs to authorize it.

pan93412 commented 4 months ago

I afraid that not every forks want to sync with upstream. I will prefer to do it manually and frequently if I really want to make the fork sync.

thedavidweng commented 4 months ago

I afraid that not every forks want to sync with upstream. I will prefer to do it manually and frequently if I really want to make the fork sync.

Fair point, but GitHub Action requires users who fork to manually enable it before it can be activated, so it is turned off by default. Having this action will help self-deploying users who do not participate in development but only use it. This is a common practice in many similar open-source repos.

pan93412 commented 4 months ago

Make sense.