internal: add pr opened trigger for pr review

This commit is contained in:
centdix
2025-06-23 15:32:30 +02:00
committed by GitHub
parent 5b5a64e6c2
commit 6ac004ece5
+1 -1
View File
@@ -2,7 +2,7 @@ name: Auto Comment on PR Ready for Review
on:
pull_request:
types: [ready_for_review]
types: [opened, ready_for_review]
jobs:
add-review-comment: