Skip to content

feat(create-cli): detect dev server URL for Axe and Lighthouse targets #5258

feat(create-cli): detect dev server URL for Axe and Lighthouse targets

feat(create-cli): detect dev server URL for Axe and Lighthouse targets #5258

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