Skip to content

Add methods/options to measure attrs (i.e. structure area, GLS) on left/right sides of the endo's principal axis #528

Add methods/options to measure attrs (i.e. structure area, GLS) on left/right sides of the endo's principal axis

Add methods/options to measure attrs (i.e. structure area, GLS) on left/right sides of the endo's principal axis #528

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 }}