Skip to content

chore(zod2md-jsdocs): test importing with .js extension in Nx plugin #5097

chore(zod2md-jsdocs): test importing with .js extension in Nx plugin

chore(zod2md-jsdocs): test importing with .js extension in Nx plugin #5097

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
name: Add PR labels
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true