From 6b4e0961ed1c0fd69b3ee91828edc32e2b71e22b Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 24 Jan 2026 08:52:14 -0800 Subject: [PATCH] Add README explaining .github vs .forgejo directories Co-Authored-By: Claude Opus 4.5 --- .github/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/README.md diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..bea6b15 --- /dev/null +++ b/.github/README.md @@ -0,0 +1,9 @@ +# .github directory + +This directory contains configuration for GitHub-ecosystem tooling only. + +**Workflows and actions belong in `.forgejo/`** - this repository uses Forgejo Actions, not GitHub Actions. + +## Contents + +- `actionlint.yaml` - Configuration for actionlint pre-commit hook (custom runner labels)