Skip to content

Standardize longitudinal_strain impl. to use control points rather than pixel-by-pixel contour #540

Standardize longitudinal_strain impl. to use control points rather than pixel-by-pixel contour

Standardize longitudinal_strain impl. to use control points rather than pixel-by-pixel contour #540

Workflow file for this run

name: "Manage Pull Requests"
on:
pull_request:
types: [ opened, synchronize, reopened, edited ]
jobs:
manage-pr:
name: Manage pull requests
runs-on: ubuntu-latest
steps:
- name: Prevent WIP PRs from being merged
uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}