Releases: vsoch/pull-request-action
Pull Request Action v1.1.1
This release fixes a bug that GITHUB_OUTPUT
is unset and we cannot write there.
What's Changed
Full Changelog: 1.1.0...1.1.1
Pull Request Action v1.1.0
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
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
Pull Request Action v1.0.22
Pull Request Action v1.0.21
Pull Request Action Release 1.0.20
Pull Request Action Release 1.0.19
This release include a bugfix that environment variable outputs are missing a newline between each one.
Pull Request Action Version 1.0.18
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
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