Skip to content

Commit

Permalink
Run "Auto Assign" workflow once draft PRs are ready for review (open-…
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored Oct 23, 2020
1 parent 05b6b89 commit ec255cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-tc-members.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Auto Assign'
on:
pull_request_target:
types: [opened]
types: [opened, ready_for_review]

jobs:
add-owner:
Expand Down

0 comments on commit ec255cb

Please sign in to comment.