ci: Gitea Actions runner + real deploy workflows + git hooks
CI / validate (push) Failing after 7s
CI / deploy (push) Has been skipped

This commit is contained in:
Abiba (pi)
2026-06-28 00:31:32 +00:00
parent d21c565ea5
commit 2d467ef02c
4 changed files with 115 additions and 13 deletions
+23
View File
@@ -0,0 +1,23 @@
# Commit message conventions:
#
# feat: New feature (bumps minor)
# fix: Bug fix (bumps patch)
# refactor: Code change without feature/fix
# docs: Documentation only
# ci: CI/CD changes
# chore: Maintenance, deps, tooling
# test: Test changes
# style: Formatting, no logic change
#
# Breaking changes: append ! after type
# feat!: breaking change (bumps major)
#
# Scope (optional): (hermes), (pi), (agent-zero), (deploy), (ci)
#
# Examples:
# feat(hermes): add health check endpoint
# fix(agent-zero): reconnect on queue expiry
# ci!: switch to Gitea Actions runner
# chore(deps): bump zulip-js to v0.7