[Bug]: After a fresh install I see Ethereum only in the token list instead of All networks #2030
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: | |
| uses: MetaMask/github-tools/.github/workflows/post-gh-rca.yml@5da154078ddf6c022ed89dc3dbf378594afb8266 | |
| with: | |
| repo-owner: ${{ github.repository_owner }} | |
| repo-name: ${{ github.event.repository.name }} | |
| issue-number: ${{ github.event.issue.number }} | |
| issue-labels: '["Sev0-urgent", "Sev1-high"]' |