Skip to content

Build without cargo's build-plan and build-ctx, just unit-tree #469

Build without cargo's build-plan and build-ctx, just unit-tree

Build without cargo's build-plan and build-ctx, just unit-tree #469

Workflow file for this run

name: "Labels"
on:
pull_request_target:
workflow_dispatch:
inputs:
pr:
description: The pull request number(s).
type: string
required: false
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
sync-labels: true
pr-number: ${{ github.event.inputs.pr || '' }}