fix(chat): show like/dislike/copy buttons only if content message hasn't error message or content isn't empty (Issue #125) #9397
Workflow file for this run
This file contains 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: "Validate PR title" | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- reopened | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | |
cancel-in-progress: true | |
jobs: | |
pr-title-check: | |
uses: epam/ai-dial-ci/.github/workflows/[email protected] | |
secrets: | |
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }} |