Skip to content

Bump @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic, @angular/router and @angular/build in /Web/Admin.UI #60

Bump @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic, @angular/router and @angular/build in /Web/Admin.UI

Bump @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic, @angular/router and @angular/build in /Web/Admin.UI #60

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
labeler:
permissions:
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler-config.yml"