Skip to content

Releases: mondeja/pr-linked-issues-action

v2.2.2

13 Dec 10:56
15e15b5
Compare
Choose a tag to compare
  • Replaced deprecated set-output GHA commands by redirection to GITHUB_OUTPUT file.

v2

13 Dec 10:58
15e15b5
Compare
Choose a tag to compare

Enhancements:

  • Retrieve linked issue numbers using Github GraphQL API.
  • New opener, others and null optional outputs.
  • New add_links_by_content optional input.

Breaking changes:

  • GITHUB_TOKEN environment variable is now required.

v2.2.1

16 Mar 14:33
9802739
Compare
Choose a tag to compare

Bug fixes:

  • Fix errors retrieving linked issues by pull request content.
  • Prevent network errors.

v2.2.0

14 Dec 12:50
9f2a192
Compare
Choose a tag to compare
  • Add add_links_by_content input to link issues by pull request body content and correspondent null output.

v2.1.0

30 Sep 08:50
Compare
Choose a tag to compare
  • Add opener and others optional outputs.

v1

28 Sep 09:14
fa2264e
Compare
Choose a tag to compare
v1

Release alias for v1.0.0.

v1.0.0

19 Sep 21:47
fa2264e
Compare
Choose a tag to compare

Converted codebase to POSIX, removed bash as dependency.