Skip to content

[DAR-5342][External] Allow import of complex polygons in COCO #955

[DAR-5342][External] Allow import of complex polygons in COCO

[DAR-5342][External] Allow import of complex polygons in COCO #955

name: "Update Linear Labels"
permissions:
contents: read
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
permissions:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: v7labs/update-linear-labels-action@0d527ddba6f2f0e0c28c3ec5c8a26767caf13ee3 # v1
with:
label_name: "DarwinPy"
branch_name: "${{ github.head_ref }}"
linear_token: "${{ secrets.LINEAR_TOKEN }}"
error_exit_code: 0