mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
* Add self-hosted beta release workflow placeholder * ci: register self-hosted runner labels for release-beta-s lint actionlint flagged the custom self-hosted labels nexu-win and release-beta as unknown. Add them to .github/actionlint.yaml so the release-beta-s workflow passes the lint gate. Generated-By: looper 0.0.0-dev (runner=fixer, agent=claude-code) --------- Co-authored-by: libertecode <libertecode@proton.me>
10 lines
262 B
YAML
10 lines
262 B
YAML
paths:
|
|
.github/workflows/*.lock.yml:
|
|
ignore:
|
|
- 'shellcheck reported issue in this script: SC2016:.+'
|
|
- 'shellcheck reported issue in this script: SC2086:.+'
|
|
self-hosted-runner:
|
|
labels:
|
|
- agent-pr-explore
|
|
- nexu-win
|
|
- release-beta
|