Run auto-assign on draft PRs

This commit is contained in:
Konstantin Wohlwend 2025-04-10 10:18:47 -07:00
parent 7cba095945
commit 1311467c1b
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
addAssignees: author
runOnDraft: true

View File

@ -2,7 +2,7 @@ name: 'Auto Assign PR Creator'
on:
pull_request:
types: [opened, ready_for_review]
types: [opened]
jobs:
add-reviews: