Skip to content

Bump Microsoft.AspNetCore.Authentication.Negotiate from 10.0.7 to 10.0.10 #19

Bump Microsoft.AspNetCore.Authentication.Negotiate from 10.0.7 to 10.0.10

Bump Microsoft.AspNetCore.Authentication.Negotiate from 10.0.7 to 10.0.10 #19

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