Skip to content

Bump Microsoft.VisualStudio.Threading.Analyzers from 17.3.48 to 17.5.22 #151

Bump Microsoft.VisualStudio.Threading.Analyzers from 17.3.48 to 17.5.22

Bump Microsoft.VisualStudio.Threading.Analyzers from 17.3.48 to 17.5.22 #151

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/release-drafter@v5.21.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}