juliangruber / juliangruber/find-pull-request-action
How can I find Pull request's title?
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the find-pull-request action's declared outputs and the step that currently exposes the pull request number. Confirm how the title is obtained and update the action so the title output is available alongside the number; done means the documented expression returns the pull request title instead of null.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100