Files
the-nexus/.gitea/workflows/auto-merge.yml
Alexander Whitestone 1a75ed0f73
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
ci: add validation workflow + auto-merge stub
HTML validation, JS syntax check, JSON validation, file size budget.
Auto-merge handled by nexus-merge-bot.sh until Gitea runner is set up.
2026-03-23 21:39:41 -04:00

11 lines
298 B
YAML

# Placeholder — auto-merge is handled by nexus-merge-bot.sh
# Gitea Actions requires a runner to be registered.
# When a runner is available, this can replace the bot.
name: stub
on: workflow_dispatch
jobs:
noop:
runs-on: ubuntu-latest
steps:
- run: echo "See nexus-merge-bot.sh"