feat: Adding info alert when new confirmation is from different origin or network #3123
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@18af6e4b56a18230d1792480e249ebc50b324927 | |
secrets: | |
TEAM_LABEL_TOKEN: ${{ secrets.TEAM_LABEL_TOKEN }} |