Skip to content

Bump Microsoft.NET.Test.Sdk and Microsoft.TestPlatform.TestHost #336

Bump Microsoft.NET.Test.Sdk and Microsoft.TestPlatform.TestHost

Bump Microsoft.NET.Test.Sdk and Microsoft.TestPlatform.TestHost #336

Workflow file for this run

name: Auto Assignee assignment
on:
issues:
types: [ opened ]
pull_request_target:
types: [ opened, ready_for_review, converted_to_draft ]
jobs:
auto-assign:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v4.0.1
with:
assignees: ${{github.actor}}
repo-token: ${{ secrets.GITHUB_TOKEN }}
numOfAssignee: 1
allowSelfAssign: true
removePreviousAssignees: true