Skip to content

Bump MSTest.TestFramework from 2.2.10 to 3.7.3 #227

Bump MSTest.TestFramework from 2.2.10 to 3.7.3

Bump MSTest.TestFramework from 2.2.10 to 3.7.3 #227

Workflow file for this run

# Assign PR to Author
# https://github.com/samspills/assign-pr-to-author
name: AutoAssigner
on: [pull_request]
jobs:
assignAuthor:
runs-on: ubuntu-latest
steps:
- uses: samspills/[email protected]
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'