Skip to content

Commit

Permalink
Update auto-assign actions workflow
Browse files Browse the repository at this point in the history
Added `ready_for_review` trigger in addition to the default triggers.
  • Loading branch information
kaitj committed Feb 22, 2024
1 parent d88e333 commit 73c9843
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 73c9843

Please sign in to comment.