[Bug]: Perps leverage bar blocked when paying with asset selected #3351
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 }} |