Releases: xt0rted/pull-request-comment-branch
Releases · xt0rted/pull-request-comment-branch
v3.0.0
v2.0.0
- Updated node runtime from 12 to 16
- Removed deprecated
ref
andsha
outputs. If you're using these then you should switch tohead_ref
andhead_sha
respectively.
v1.4.0
- Bumped
@actions/core
from 1.2.7 to 1.10.0 - Bumped
@actions/github
from 4.0.0 to 5.1.1 - Bumped
node-fetch
from 2.6.1 to 2.6.7
v1.3.0
- Bumped
@actions/core
from 1.2.5 to 1.2.7 - Updated the
repo_token
input so it defaults toGITHUB_TOKEN
. If you're already using this value you can remove this setting from your workflow.
v1.2.0
- Deprecated
ref
andsha
outputs in favor ofhead_ref
andhead_sha
. - Added
base_ref
andbase_sha
outputs - Bumped
@actions/core
from 1.2.2 to 1.2.5 - Bumped
@actions/github
from 2.1.1 to 4.0.0
v1.1.0
- Bumped
@actions/github
to 2.1.1
v1.0.0
Initial release