Skip to content

Commit

Permalink
Merge pull request #388 from kaitj/maint/assign-action
Browse files Browse the repository at this point in the history
Update auto-assign actions workflow
  • Loading branch information
kaitj authored Feb 22, 2024
2 parents 8d2b643 + 73c9843 commit d3f1d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assign.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Assign reviewer

on:
pull_request_target:
pull_request_target: # Default: ['opened', 'synchronize', 'reopened']
types: ["opened", "synchronize", "reopened", "ready_for_review"]

jobs:
assign:
Expand Down

0 comments on commit d3f1d74

Please sign in to comment.