[CLNP-7892]Fix a bug where autoscrollMessageOverflowToTop set on SendbirdProvider was not being passed down to child components #871
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: | |
| if : ${{ github.event.issue.pull_request}} | |
| runs-on: ubuntu-latest | |
| env: | |
| BOT_GH_TOKEN: ${{ secrets.BOT_GH_TOKEN }} | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: sendbird/release-automation-action@latest | |
| with: | |
| gh_token: ${{ env.BOT_GH_TOKEN }} | |
| product: 'uikit' | |
| platform: 'js' | |
| framework: 'react' | |
| product_jira_project_key: 'UIKIT' | |
| product_jira_version_prefix: 'js_uikit' | |
| ci: 'github' | |