Skip to content

SingleAsync and SingleOrDefaultAsync don't throw as expected when multiple results. #63

SingleAsync and SingleOrDefaultAsync don't throw as expected when multiple results.

SingleAsync and SingleOrDefaultAsync don't throw as expected when multiple results. #63

Workflow file for this run

name: 'Label Actions'
on:
issues:
types: [labeled]
discussion:
types: [labeled]
permissions:
contents: read
issues: write
pull-requests: read
discussions: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2
with:
github-token: ${{ github.token }}