Skip to content

refactor(create-new-vault): Replace deprecated TextField with FormTextField #26380

refactor(create-new-vault): Replace deprecated TextField with FormTextField

refactor(create-new-vault): Replace deprecated TextField with FormTextField #26380

name: Identify Codeowners
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !(contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/stable')) }}
jobs:
identify-codeowners:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout and setup environment
uses: MetaMask/action-checkout-and-setup@v1
with:
is-high-risk-environment: false
skip-allow-scripts: true
use-yarn-hydrate: true
- name: Identify codeowners
if: ${{ env.PR_COMMENT_TOKEN }}
env:
PR_COMMENT_TOKEN: ${{ secrets.PR_COMMENT_TOKEN }}
run: yarn tsx ./.github/scripts/identify-codeowners.ts