Skip to content

chore: update dependency dotnet-sdk to v6.0.414 #70

chore: update dependency dotnet-sdk to v6.0.414

chore: update dependency dotnet-sdk to v6.0.414 #70

Workflow file for this run

name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"