Releases: jwalton/gh-find-current-pr
Releases · jwalton/gh-find-current-pr
v1.3.3
1.3.3 (2024-01-27)
Bug Fixes
v1.3.2
1.3.2 (2022-10-13)
Bug Fixes
v1.3.1
1.3.1 (2022-10-13)
Bug Fixes
- Small fix for multiple PRs. (176ed1b), closes #18
- Upgrade to node 16, update deprecated dependencies. (138dea2), closes #25
v1.2.1
Better handling of PR events.
v1.2.0
- New Feature:
state
parameter can be "open", "closed", or "all" to find only PRs in that state. Defaults to "open". #12
v1.1.0
- Make GITHUB_TOKEN optional (#11)
- Upgrade @actions/core and @actions/github (#11)
v1.0.3
fix: Only return open PRs. (#5)
fix: Github token is now optional. (#9)
v1.0.2
Add title
and body
outputs (#3).