Skip to content

Adding DeleteWhereAsync to the IRepository interface #4

Adding DeleteWhereAsync to the IRepository interface

Adding DeleteWhereAsync to the IRepository interface #4

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