Skip to content

Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 #14

Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 #14

Workflow file for this run

name: Auto Assign PRs
on:
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Assign PR'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}
numOfAssignee: 1