[SBISSUE-18879] scrollToBottom doesn't work when send a message in mobile.
#778
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR comment bot | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| pr-comment: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| # see list of commands: https://github.com/sendbird/release-automation-action#commands | |
| - uses: sendbird/release-automation-action@latest | |
| with: | |
| gh_token: ${{ secrets.GITHUB_TOKEN }} | |
| circleci_token: ${{ secrets.CIRCLECI_API_TOKEN }} | |
| product: 'uikit' | |
| platform: 'js' | |
| framework: 'react' | |
| product_jira_project_key: 'UIKIT' | |
| product_jira_version_prefix: 'js_uikit' |