Skip to content

build(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 #54

build(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0

build(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 #54

Workflow file for this run

name: Auto Approve
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]' || github.actor == 'Lint Action'
steps:
- name: Approve
uses: hmarr/auto-approve-action@v3
with:
review-message: "Auto approved PR"