fix: Fixed a bug where profile bottom position not updating correctly for messages with feedback and replies #1980
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
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| jobs: | |
| coverage: | |
| runs-on: ubuntu-latest | |
| if: github.event.issue.pull_request && contains(github.event.comment.body, './coverage') | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: ArtiomTr/jest-coverage-report-action@v2 |