Skip to content

Releases: vsoch/pull-request-action

Pull Request Action v1.1.1

14 Mar 17:11
8823918
Compare
Choose a tag to compare

This release fixes a bug that GITHUB_OUTPUT is unset and we cannot write there.

What's Changed

  • Testing to see if envar files environment variables are set (or not) by @vsoch in #102

Full Changelog: 1.1.0...1.1.1

Pull Request Action v1.1.0

08 Dec 02:41
0969c26
Compare
Choose a tag to compare

What's Changed

The alpine base has been updated so that we can no longer install to system python with pip. The fix is to install and use a virtual environment. This is a major enough change to the base container that I'm bumping the minor.

Full Changelog: 1.0.24...1.1.0

Pull Request Action v1.0.24

11 Jan 19:40
f9e7f41
Compare
Choose a tag to compare

What's Changed

This change is intended to not use the GitHub API as heavily, as rate limiting seems to be an issue.

Full Changelog: 1.0.23...1.0.24

Pull Request Action v1.0.23

23 Nov 21:03
c8e84ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.22...1.0.23

Pull Request Action v1.0.22

26 Oct 03:01
50f22f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.21...1.0.22

Pull Request Action v1.0.21

28 Sep 16:04
d703f40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.20...1.0.21

Pull Request Action Release 1.0.20

22 Sep 10:00
4155448
Compare
Choose a tag to compare

What's Changed

  • Fix example in README by @fleaz in #85
  • [Chore] Provide token when getting 401 error by @ohenak in #88

New Contributors

Full Changelog: 1.0.19...1.0.20

Pull Request Action Release 1.0.19

03 Feb 13:01
58a078a
Compare
Choose a tag to compare

This release include a bugfix that environment variable outputs are missing a newline between each one.

Pull Request Action Version 1.0.18

21 Jun 16:12
29dbfc0
Compare
Choose a tag to compare

This version includes the addition of a function to derive the default branch of the repository instead of using the hard coded master branch.

Pull Request Action Release 1.0.17

27 Apr 12:06
1cb1956
Compare
Choose a tag to compare

This release adds two new environment variables:

  • PULL_REQUEST_REPOSITORY: if you intend to do a PR to a repository outside of the local one the action is running
  • PULL_REQUEST_TOKEN: a personal access token if you use the above variable