Skip to content

Commit 1311467

Browse files
committed
Run auto-assign on draft PRs
1 parent 7cba095 commit 1311467

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/auto_assign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
addAssignees: author
2+
runOnDraft: true

.github/workflows/auto-assign.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Auto Assign PR Creator'
22

33
on:
44
pull_request:
5-
types: [opened, ready_for_review]
5+
types: [opened]
66

77
jobs:
88
add-reviews:

0 commit comments

Comments
 (0)