Skip to content

chore(deps): update angular-cli monorepo to v19 (major) #7508

chore(deps): update angular-cli monorepo to v19 (major)

chore(deps): update angular-cli monorepo to v19 (major) #7508

name: Workspace Package Labeler
on:
pull_request_target:
types: [opened, edited, synchronize]
branches-ignore:
- master
jobs:
label:
name: Label Package Pull Requests
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v3.6.0
- name: Label the PR
uses: donmahallem/lerna-label@v0.2.1
with:
github_secret: "${{ secrets.GITHUB_TOKEN }}"
prefix: "pkg"
- name: Label PRs
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"