Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Jul 13, 2022
1 parent 532650c commit 23d0b47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/AssignReviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ name: Assign reviewers from .github/REVIEWERS using CODEWONERS syntax
on:
pull_request:
types:
- [opened, reopened, synchronize]
- opened
- reopened
- synchronize
branches:
- master
- 'releases/**'
Expand Down

0 comments on commit 23d0b47

Please sign in to comment.