Skip to content

Commit 281d46b

Browse files
authored
fix: send ready-for-review comment on ready PRs, not just draft->ready PRs (#10)
1 parent 46b6d14 commit 281d46b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-auto-comments.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
is_external: ${{ steps.check.outputs.is_external }}
4242
is_first_pr: ${{ steps.check.outputs.is_first_pr }}
4343
event_type: ${{ steps.event.outputs.type }}
44+
type_ready: ${{ steps.event.outputs.type_ready }}
4445
steps:
4546
- name: Determine event type
4647
id: event

0 commit comments

Comments
 (0)