Publish LumaOps source

This commit is contained in:
LumaOps release export
2026-09-03 01:18:36 +02:00
commit 7f1c0e5f71
2363 changed files with 501543 additions and 0 deletions
@@ -0,0 +1,24 @@
name: OpenRGB Upstream Compatibility Guard
on:
pull_request:
branches: [ "main", "master" ]
push:
branches: [ "main", "master" ]
jobs:
guard:
name: Guard OpenRGB-core diff boundary
runs-on: ubuntu-latest
steps:
- name: Checkout full history
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Verify fork boundary
env:
OPENRGB_BASELINE_TAG: upstream-openrgb-1.0rc3
OPENRGB_UPSTREAM_REMOTE: upstream
OPENRGB_FETCH_UPSTREAM: 1
run: bash scripts/openrgb-upstream-guard.sh