Skip to content

Releases: vsoch/pull-request-action

Pull Request Action v1.1.1

Choose a tag to compare

@vsoch vsoch released this 14 Mar 17:11
8823918

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

Choose a tag to compare

@vsoch vsoch released this 08 Dec 02:41
0969c26

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

Choose a tag to compare

@vsoch vsoch released this 11 Jan 19:40
f9e7f41

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

Choose a tag to compare

@vsoch vsoch released this 23 Nov 21:03
c8e84ce

What's Changed

New Contributors

Full Changelog: 1.0.22...1.0.23

Pull Request Action v1.0.22

Choose a tag to compare

@vsoch vsoch released this 26 Oct 03:01
50f22f6

What's Changed

Full Changelog: 1.0.21...1.0.22

Pull Request Action v1.0.21

Choose a tag to compare

@vsoch vsoch released this 28 Sep 16:04
d703f40

What's Changed

New Contributors

Full Changelog: 1.0.20...1.0.21

Pull Request Action Release 1.0.20

Choose a tag to compare

@vsoch vsoch released this 22 Sep 10:00
4155448

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

Choose a tag to compare

@vsoch vsoch released this 03 Feb 13:01
58a078a

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

Pull Request Action Version 1.0.18

Choose a tag to compare

@vsoch vsoch released this 21 Jun 16:12
29dbfc0

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

Choose a tag to compare

@vsoch vsoch released this 27 Apr 12:06
1cb1956

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