-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I find Pull request's title? #28
Comments
Hey, you're right that this is not yet exposed. Since I'm not getting paid for this I can't just implement requests, but if you want to work on a PR we can release it 💯 |
Hi Julian,
Thanks for the quick response.
As you suggested I can contribute to a PR, however I am not well versed
with javascript but I can give it a try.
Thank you.
…On Thu, Jan 27, 2022 at 12:54 PM Julian Gruber ***@***.***> wrote:
Hey, you're right that this is not yet exposed. Since I'm not getting paid
for this I can't just implement requests, but if you want to work on a PR
we can release it 💯
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APT65H66VTQRVYACJDGXOITUYEXANANCNFSM5M5TGR6A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
As provided if I want to use PR No, I can use: ${{ steps.find-pull-request.outputs.number }}
Is it possible if I want to access the PR's title I can do: ${{ steps.find-pull-request.outputs.title }}
I tried it but it returns null.
Appreciate if you could implement this.
Thanks
The text was updated successfully, but these errors were encountered: