chore: add drizzle to issue labeler

This commit is contained in:
Balázs Orbán
2023-08-09 00:44:54 +02:00
parent 28d8d4894d
commit 3c65e264af
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ body:
options:
- "Custom adapter"
- "@auth/dgraph-adapter"
- "@auth/drizzle-adapter"
- "@auth/dynamodb-adapter"
- "@auth/fauna-adapter"
- "@auth/firebase-adapter"

View File

@@ -3,6 +3,9 @@
dgraph:
- "@auth/dgraph-adapter"
drizzle:
- "@auth/drizzle-adapter"
dynamodb:
- "@auth/dynamodb-adapter"