Skip to content

[DAR-2347][Internal] Add option for isotropic transform on annotations #677

[DAR-2347][Internal] Add option for isotropic transform on annotations

[DAR-2347][Internal] Add option for isotropic transform on annotations #677

name: "Update Linear Labels"
on:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
update-linear:
if: github.ref_name != 'master' && !github.event.pull_request.head.repo.fork
name: Update Linear
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: v7labs/update-linear-labels-action@v1
with:
label_name: "DarwinPy"
branch_name: "${{ github.head_ref }}"
linear_token: "${{ secrets.LINEAR_TOKEN }}"
error_exit_code: 0