Skip to content

feat(ui): add scrollbar to chat view (#3018) #212

feat(ui): add scrollbar to chat view (#3018)

feat(ui): add scrollbar to chat view (#3018) #212

Workflow file for this run

name: Update files
on:
push:
branches: [main]
paths:
- "internal/config/**"
- "internal/agent/hyper/**"
workflow_dispatch:
jobs:
update-schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
- run: go run . schema > ./schema.json
- run: go generate ./internal/agent/hyper/...
- uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v5
with:
commit_message: "chore: auto-update files"
branch: main
commit_user_name: Charm
commit_user_email: 124303983+charmcli@users.noreply.github.com
commit_author: Charm <124303983+charmcli@users.noreply.github.com>