We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b6d14 commit 281d46bCopy full SHA for 281d46b
.github/workflows/pr-auto-comments.yml
@@ -41,6 +41,7 @@ jobs:
41
is_external: ${{ steps.check.outputs.is_external }}
42
is_first_pr: ${{ steps.check.outputs.is_first_pr }}
43
event_type: ${{ steps.event.outputs.type }}
44
+ type_ready: ${{ steps.event.outputs.type_ready }}
45
steps:
46
- name: Determine event type
47
id: event
0 commit comments