[Bug]: Custom slippage value is cut off at the top in Swap slippage modal #3338
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: Automated RCA | |
| on: | |
| issues: | |
| types: [closed] | |
| permissions: | |
| issues: write | |
| contents: read | |
| jobs: | |
| automated-rca: | |
| name: Automated RCA | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Automated RCA | |
| uses: MetaMask/github-tools/.github/actions/post-gh-rca@v1 | |
| with: | |
| repo-owner: ${{ github.repository_owner }} | |
| repo-name: ${{ github.event.repository.name }} | |
| issue-number: ${{ github.event.issue.number }} | |
| issue-labels: '["Sev0-urgent", "Sev1-high"]' | |
| github-token: ${{ secrets.GITHUB_TOKEN }} |