fix(channel): show members as titles by default for AI Chatbot Widget Channel #2210
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 |