comment

GitHub Action to create, update, or add a reaction to any issue or pull request

MIT License

Stars
3
Committers
1

Bot releases are visible (Hide)

comment - v2.1.0 Latest Release

Published by GrantBirki 3 months ago

What's Changed

Full Changelog: https://github.com/GrantBirki/comment/compare/v2...v2.1.0

comment - v2.0.10

Published by GrantBirki 7 months ago

What's Changed

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.9...v2.0.10

comment - v2.0.9

Published by GrantBirki 8 months ago

What's Changed

Only internal node dependency updates in this release!

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.8...v2.0.9

comment - v2.0.8

Published by GrantBirki 12 months ago

This release updates internal node dependencies that this Action relies on

What's Changed

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.7...v2.0.8

comment - v2.0.7

Published by GrantBirki about 1 year ago

comment - v2.0.6

Published by GrantBirki about 1 year ago

v2.0.6

This release updates internal node packages

What's Changed

New Contributors

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.5...v2.0.6

comment - v2.0.5

Published by GrantBirki over 1 year ago

v2.0.5

This release updates node dependencies included in this Action and updates documentation

What's Changed

Special thanks to @nobe4 for helping to add documentation around variable iteration in comments!

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.4...v2.0.5

comment - v2.0.4

Published by GrantBirki over 1 year ago

v2.0.4

This release updates all node packages used by the Action. Most importantly, it updates vercel/ncc to the latest version which bundles the distributable files.

What's Changed

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.3...v2.0.4

comment - v2.0.3

Published by GrantBirki almost 2 years ago

v2.0.3

Fixes the broken v2.0.3 version that was released

What's Changed

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.2...v2.0.3

comment - v2.0.2

Published by GrantBirki almost 2 years ago

v2.0.2

⚠️ This version is not properly released. Please use v2.0.3 instead

What's Changed

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.1...v2.0.2

comment - v2.0.1

Published by GrantBirki about 2 years ago

v2.0.1

A patch release to close a dependabot alert with the actions-core package

What's Changed

New Contributors

Full Changelog: https://github.com/GrantBirki/comment/compare/v2.0.0...v2.0.1

comment - v2.0.0

Published by GrantBirki over 2 years ago

v2.0.0

This PR upgrades the actions version as a breaking change from v1.0.0 has been released.

Rather than using ${{ github.event.issue.number }} as a default for the issue-number input, the following value will be used: ${{ github.event.number }}

This value is more likely to work "out of the box" for more Actions contexts and workflows which will prevent users from having to determine their contexts and set that variable explicitly.

The commit that made this change: https://github.com/GrantBirki/comment/commit/9d0e37f5ded06dccc076bc315663c76ef9dd54ca

Full Changelog: https://github.com/GrantBirki/comment/compare/v1.0.0...v2.0.0

comment - v1.0.0

Published by GrantBirki over 2 years ago

v1.0.0

Initial release of the comment-actions Action 🎉

Full Changelog: https://github.com/GrantBirki/comment/commits/v1.0.0