Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

fix(angular-rspack): delete build outputPath only once #191

fix(angular-rspack): delete build outputPath only once

fix(angular-rspack): delete build outputPath only once #191

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:
pull-requests: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true