Skip to content

DynamoDB Adapter for User Delete needs to reference the dynamic pk and sk from returned items #6886

DynamoDB Adapter for User Delete needs to reference the dynamic pk and sk from returned items

DynamoDB Adapter for User Delete needs to reference the dynamic pk and sk from returned items #6886

Workflow file for this run

name: Triage issue
on:
issues:
types: [labeled, opened]
issue_comment:
types: [created]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
issues: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Nissuer
uses: balazsorban44/nissuer@1.9.2
with:
label-area-prefix: ""
label-area-section: "[Provider|Adapter] type(.*)### Environment"
label-comments: '{ "incomplete": ".github/invalid-reproduction.md", "good first issue": ".github/good-first-issue.md" }'
reproduction-link-section: "### Reproduction URL(.*)### Describe the issue"
reproduction-invalid-label: "invalid reproduction"
reproduction-issue-labels: "bug,"
reproduction-blocklist: "github.com/nextauthjs.*"