refactor: remove global network usage from transaction confirmations #1741
This file contains 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: Add team label | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-team-label: | |
uses: metamask/github-tools/.github/workflows/add-team-label.yml@058012b49ff2fbd9649c566ba43b29497f93b21d | |
permissions: | |
pull-requests: write | |
secrets: | |
PERSONAL_ACCESS_TOKEN: ${{ secrets.RELEASE_LABEL_TOKEN }} |