Pull Request Action Versions Save

open a pull request when a branch is pushed or updated

1.1.1

3 months ago

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

What's Changed

Full Changelog: https://github.com/vsoch/pull-request-action/compare/1.1.0...1.1.1

1.1.0

6 months ago

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: https://github.com/vsoch/pull-request-action/compare/1.0.24...1.1.0

1.0.24

1 year ago

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: https://github.com/vsoch/pull-request-action/compare/1.0.23...1.0.24

1.0.23

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vsoch/pull-request-action/compare/1.0.22...1.0.23

1.0.22

1 year ago

1.0.21

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vsoch/pull-request-action/compare/1.0.20...1.0.21

1.0.20

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vsoch/pull-request-action/compare/1.0.19...1.0.20

1.0.19

2 years ago

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

1.0.18

2 years ago

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

1.0.17

3 years ago

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