Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Whitestone
fe30755b0e chore: remove auto-merge stub (handled by nexus-merge-bot.sh)
Some checks failed
CI / test (pull_request) Failing after 11s
CI / validate (pull_request) Failing after 14s
Review Approval Gate / verify-review (pull_request) Failing after 3s
The auto-merge.yml workflow was a noop stub that only printed
'See nexus-merge-bot.sh' on manual dispatch. Auto-merge is already
handled by the nexus-merge-bot.sh script running locally, making
this file dead code.
2026-04-10 20:28:35 -04:00

View File

@@ -1,10 +0,0 @@
# 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"