Skip to content

feat(musd): pre-fill max amount on conversion confirmation #51790

feat(musd): pre-fill max amount on conversion confirmation

feat(musd): pre-fill max amount on conversion confirmation #51790

name: 'Check PR Max Lines'
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches-ignore:
# Do not count lines on PRs targeting stable or releases
- stable
- release/*
permissions:
contents: read
pull-requests: write # Required for the called workflow to manage labels
jobs:
check-pr-max-lines:
runs-on: ubuntu-latest
steps:
- name: Check PR lines changed
uses: MetaMask/github-tools/.github/actions/pr-line-check@v1
with:
max-lines: '1000'
ignore-patterns: '(\.lock|\.snap|lavamoat\/.*policy\.json)$|\.(agents|claude|cursor)\/'