Skip to content

Commit 067ffda

Browse files
committed
fix reviewers auto assign minor bug
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
1 parent d567609 commit 067ffda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-assign.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Auto Assign Reviewers
22

33
on:
44
pull_request:
5-
types: [opened, reopened, synchronize]
5+
types: [opened]
66
pull_request_target:
7-
types: [opened, reopened, synchronize]
7+
types: [opened]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)