Skip to content

Commit 67ec2f4

Browse files
committedSep 28, 2024
chore: add reopen event at pr auto assign action
1 parent be51a61 commit 67ec2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pr-auto-assign.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Auto Assign
22
on:
33
pull_request:
4-
types: [opened, ready_for_review]
4+
types: [opened, ready_for_review, reopened]
55

66
jobs:
77
auto-assign:

0 commit comments

Comments
 (0)