Skip to content

chore(ci)(deps): Bump actions/setup-dotnet from 4 to 6 #16

chore(ci)(deps): Bump actions/setup-dotnet from 4 to 6

chore(ci)(deps): Bump actions/setup-dotnet from 4 to 6 #16

Workflow file for this run

name: pr-labeler
# Auto-applies area:* labels to PRs based on changed paths. Configuration in
# .github/labeler.yml. The labels must already exist in the repo Settings ->
# Labels (area:azure, area:on-prem, area:core, area:infra, area:ci, area:docs);
# the action will fail-soft if a label is missing.
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
sync-labels: true