Skip to content

chore(runway): cherry-pick fix: validate type of security data in token details and fetch when necessary cp-7.76.0 #13411

chore(runway): cherry-pick fix: validate type of security data in token details and fetch when necessary cp-7.76.0

chore(runway): cherry-pick fix: validate type of security data in token details and fetch when necessary cp-7.76.0 #13411

Workflow file for this run

name: Add team label
on:
pull_request:
types:
- opened
jobs:
add-team-label:
name: Add team label
if: ${{ !github.event.pull_request.head.repo.fork }}
runs-on: ubuntu-latest
steps:
- name: Add team label
uses: MetaMask/github-tools/.github/actions/add-team-label@v1
with:
team-label-token: ${{ secrets.TEAM_LABEL_TOKEN }}