fix(predict): prevent buy/sell sheet from being cropped in HomepageDiscoveryTabs cp-7.78.0 #83492
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: "Conventional Commit Validation PR Title" | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| types: [opened,edited] | |
| jobs: | |
| pr-title-linter: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # v5.2.0 | |
| - uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |