Skip to content

Releases: jwalton/gh-find-current-pr

v1.3.3

27 Jan 01:03
Compare
Choose a tag to compare

1.3.3 (2024-01-27)

Bug Fixes

v1.3.2

13 Oct 04:12
Compare
Choose a tag to compare

1.3.2 (2022-10-13)

Bug Fixes

v1.3.1

13 Oct 04:08
Compare
Choose a tag to compare

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.3.0

14 Apr 17:01
v1.3.0
e12d66b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 Oct 16:08
v1.2.1
465461f
Compare
Choose a tag to compare

Better handling of PR events.

v1.2.0

19 Aug 17:05
v1.2.0
ca6fa39
Compare
Choose a tag to compare
  • New Feature: state parameter can be "open", "closed", or "all" to find only PRs in that state. Defaults to "open". #12

v1.1.0

31 May 12:39
v1.1.0
6025da8
Compare
Choose a tag to compare
  • Make GITHUB_TOKEN optional (#11)
  • Upgrade @actions/core and @actions/github (#11)

v1.0.3

11 Feb 19:00
v1.0.3
932bdfd
Compare
Choose a tag to compare

fix: Only return open PRs. (#5)
fix: Github token is now optional. (#9)

v1.0.2

18 Oct 17:18
Compare
Choose a tag to compare

Add title and body outputs (#3).

v1.0.1

11 Sep 13:18
Compare
Choose a tag to compare

Bug fixes:

  • Fix name in action.yml.