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
node20
instead ofnode16
which is now deprecated.
1.3.1 - 2023-06-28
- Deprecation warning for
set-output
command fromactions/core
dependency.
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
node16
instead ofnode12
which is now deprecated.
1.2.0 - 2021-07-26
- Support for adding labels by setting
labels
- Check for existing pull request and
created
action output
1.1.0 - 2021-06-16
- Git hook to make sure we always run
yarn build
before committing any Typescript changes. This should prevent dist/index.js from getting out of date. - Support for setting a proxy using the
HTTPS_PROXY
environment variable - Support for GitHub Enterprise by reading
process.env.GITHUB_REPOSITORY
- action.yml suggested to use
github-token
as the input where as in reality, we are looking for an inputgithub_token
(note the underscore!)
1.0.0 - 2020-02-15
- Initial release!