Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .github/actions/setup-git-committer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "Setup Git Committer"
description: "Create app token and configure git user"
inputs:
opencode-app-id:
description: "OpenCode GitHub App ID"
description: "Altimate Code GitHub App ID"
required: true
opencode-app-secret:
description: "OpenCode GitHub App private key"
description: "Altimate Code GitHub App private key"
required: true
outputs:
token:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
opencode-app-id: ${{ vars.OPENCODE_APP_ID }}
opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}

- name: Install OpenCode
run: bun i -g opencode-ai
- name: Install Altimate Code
run: bun i -g @altimateai/altimate-code

- name: Sync beta branch
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ jobs:
- name: Run tests
run: pytest
working-directory: packages/altimate-engine

95 changes: 0 additions & 95 deletions .github/workflows/compliance-close.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/containers.yml

This file was deleted.

170 changes: 0 additions & 170 deletions .github/workflows/daily-issues-recap.yml

This file was deleted.

Loading
Loading