Files
Abiba (pi) 2d467ef02c
CI / validate (push) Failing after 7s
CI / deploy (push) Has been skipped
ci: Gitea Actions runner + real deploy workflows + git hooks
2026-06-28 00:31:32 +00:00

24 lines
638 B
Plaintext

# 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