Skip to content

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 #138

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 #138

Workflow file for this run

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