Skip to content

[How to use] How to control scroll behavior when adding messages at the end of a chat list with bidirectional pagination? #65

[How to use] How to control scroll behavior when adding messages at the end of a chat list with bidirectional pagination?

[How to use] How to control scroll behavior when adding messages at the end of a chat list with bidirectional pagination? #65

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: LinXunFeng