2 Commits

Author SHA1 Message Date
wan 27a633d2c7 pulse: added YAML metadata for automation 2026-06-09 16:39:58 +09:00
mikkeli e6cf8aeeaa Add Gitea Actions stub workflow for auto-wiki pipeline
/ publish (push) Failing after 0s
Calls novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml
on push to master (excluding wip/, README.md, .gitignore, .claude/).
References automation/songs branch during development — switch to @main
when that branch merges.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-09 16:39:55 +09:00
+16
View File
@@ -0,0 +1,16 @@
on:
push:
branches: [master]
paths-ignore:
- "wip/**"
- "README.md"
- ".gitignore"
- ".claude/**"
jobs:
publish:
uses: mikkeli/novoyuuparosk-auto-wiki/.gitea/workflows/publish-songs.yml@automation/songs
with:
SOURCE_REF: ${{ github.sha }}
SOURCE_BASE_REF: ${{ github.event.before }}
secrets: inherit