Skip to content

[DAR-2860][External] Import of item-level properties #838

[DAR-2860][External] Import of item-level properties

[DAR-2860][External] Import of item-level properties #838

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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