From 64dde36e3a06d37163ecb99e7732a3e07ee2d4e4 Mon Sep 17 00:00:00 2001 From: Onibot Date: Fri, 19 Jun 2026 12:17:03 +0200 Subject: [PATCH] Add hello.md round-trip test from onibot --- hello.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hello.md diff --git a/hello.md b/hello.md new file mode 100644 index 0000000..3c013a4 --- /dev/null +++ b/hello.md @@ -0,0 +1,10 @@ +# Hello from Onibot 👋 + +This repo was created by Onibot to test the Gitea round-trip: + +1. Repo created via REST API (`POST /api/v1/user/repos`) +2. Cloned via token-authenticated HTTPS +3. Identity set to onibot@oniricapps.com +4. Commit + push to validate the full pipeline + +If you can read this from `http://10.3.14.59:3000/onibot/onibot-test`, the setup works.