29 lines
476 B
YAML
29 lines
476 B
YAML
server:
|
|
host: "0.0.0.0"
|
|
port: 8080
|
|
|
|
linear:
|
|
api_key: ""
|
|
webhook_secret: ""
|
|
|
|
gitea:
|
|
url: "https://gitea.example.com"
|
|
token: ""
|
|
webhook_secret: ""
|
|
|
|
sync:
|
|
enabled_repos:
|
|
- "my-org/my-repo"
|
|
default_team_id: ""
|
|
status_mappings:
|
|
pr_created: "In Progress"
|
|
pr_merged: "Done"
|
|
pr_closed: "Todo"
|
|
sync_direction: "one-way"
|
|
|
|
features:
|
|
pr_linking: true
|
|
workflow_automation: true
|
|
issues_sync: true
|
|
commit_linking: true
|
|
branch_suggestions: true |