initial ai implementation
This commit is contained in:
29
config.yaml
Normal file
29
config.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user