mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
Keep project config and checked-in workflows under .fabro so they stay out of normal repo listings. Update config discovery, CLI project commands, fixtures, docs, and checked-in workflow paths to use .fabro/project.toml and .fabro/workflows/*.
7 lines
125 B
TOML
7 lines
125 B
TOML
_version = 1
|
|
|
|
[server.integrations.github]
|
|
|
|
[server.integrations.github.permissions]
|
|
issues = "read"
|
|
pull_requests = "write"
|