fix(predict): fix Add Funds and Withdraw navigation when rendered inside Discovery Tabs #83449
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 }} |