Skip to content

Bump Microsoft.VisualStudio.Threading from 17.10.48 to 17.11.20 in /source #116

Bump Microsoft.VisualStudio.Threading from 17.10.48 to 17.11.20 in /source

Bump Microsoft.VisualStudio.Threading from 17.10.48 to 17.11.20 in /source #116

Workflow file for this run

name: Require Pull Request Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: "bug, enhancement, documentation, dependencies"