All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.0 - 2024-05-06
- Execute action using
node20instead ofnode16which is now deprecated.
1.3.1 - 2023-06-28
- Deprecation warning for
set-outputcommand fromactions/coredependency.
1.3.0 - 2022-12-12
- Support for adding team reviewers by setting
team_reviewers - Support for adding assignees by setting
assignees
- Execute action using
node16instead ofnode12which is now deprecated.
1.2.0 - 2021-07-26
- Support for adding labels by setting
labels - Check for existing pull request and
createdaction output
1.1.0 - 2021-06-16
- Git hook to make sure we always run
yarn buildbefore committing any Typescript changes. This should prevent dist/index.js from getting out of date. - Support for setting a proxy using the
HTTPS_PROXYenvironment variable - Support for GitHub Enterprise by reading
process.env.GITHUB_REPOSITORY
- action.yml suggested to use
github-tokenas the input where as in reality, we are looking for an inputgithub_token(note the underscore!)
1.0.0 - 2020-02-15
- Initial release!