Files
openrabbit/.gitea/template
latte 8cadb2d216
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s
Add Gitea Actions workflows, CI config, and docs
2026-02-28 20:40:14 +01:00

25 lines
887 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Gitea Template Variable Expansion
# ----------------------------------
# When a new repo is created from this template, Gitea will replace
# template variables (e.g. ${REPO_NAME}) in files matching the globs below.
#
# Supported variables (Gitea ≥ 1.20):
# REPO_NAME name of the new repository
# REPO_DESCRIPTION description entered during creation
# TEMPLATE_NAME name of this template repository
# YEAR current four-digit year
# MONTH current zero-padded month (01-12)
# DAY current zero-padded day (01-31)
# MONTH_ENGLISH current month in English (January, February, …)
#
# Glob patterns — one per line. Files matching these will have variables expanded.
README.md
docs/*.md
.ci/config.env
SECURITY.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
LICENSE
pull_request_template.md