Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "3.0.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@

* issues re-opening when not required ([7ce47e2](https://github.com/periphery-security/action-trissue/commit/7ce47e2f503c2ecd410289747a7381e14e1b1d52))

## [3.0.0](https://github.com/periphery-security/action-trissue/compare/2.0.0...3.0.0) (2026-03-13)


### ⚠ BREAKING CHANGES

* Initial release

### πŸŽ‰ New Features

* add outputs ([04c0551](https://github.com/periphery-security/action-trissue/commit/04c05519c995f40139fc3875fdf37964b0f4e145))
* Initial release ([4b8f9df](https://github.com/periphery-security/action-trissue/commit/4b8f9df805aa80db17a83e78972cf90efaa21349))
* now re-opens closed issues if they are not fixed ([9d85f70](https://github.com/periphery-security/action-trissue/commit/9d85f70a4e77b7b2999a1f51726846c7d2879ce9))


### πŸ› Bug Fixes

* all issues being re-created ([561ba21](https://github.com/periphery-security/action-trissue/commit/561ba21dadddfe7cc196561b35d6c1954984c95f))
* all issues getting closed due to missmatch ([4292c3d](https://github.com/periphery-security/action-trissue/commit/4292c3d8b3172e758e9607b4156d8fcbd5a6d8ba))
* issue title back to normal and fix compare ([242a35e](https://github.com/periphery-security/action-trissue/commit/242a35e37e04057a23ca4a6f2af493f645a93e2a))
* issues re-opening when not required ([7ce47e2](https://github.com/periphery-security/action-trissue/commit/7ce47e2f503c2ecd410289747a7381e14e1b1d52))
* issues with release please and changelog incorrect ([2cbf891](https://github.com/periphery-security/action-trissue/commit/2cbf8911f8cfea2c3bbea0eb3073a5d6bad4b54f))
* labels not being created as expected ([8030fb0](https://github.com/periphery-security/action-trissue/commit/8030fb06bb780abf71b3d1077ccd371248a7b598))
* multiple linting errros fixed ([8536672](https://github.com/periphery-security/action-trissue/commit/853667233eb5d3e95efc909f953cb2a02ac9747e))
* remove figlet due to errors loading fonts ([7663742](https://github.com/periphery-security/action-trissue/commit/766374248fb637cb60d0c5027530e3017e41e6f3))
* remove figlet due to errors loading fonts ([3822a5e](https://github.com/periphery-security/action-trissue/commit/3822a5e1e404730a4495cacdf0058c1c86d1c62c))
* resolve issue with creating labels if they dont exist ([540b185](https://github.com/periphery-security/action-trissue/commit/540b185fc7b9fa6a0a25c0be801e649d54c1970a))
* ticket state loop & adds additional logging ([f490429](https://github.com/periphery-security/action-trissue/commit/f49042952d0e84430b6d5a613a2c4d67cb0c7406))
* upgrade dependencies ([9a4c57f](https://github.com/periphery-security/action-trissue/commit/9a4c57f50d243df052772363ed18c1951e01121e))
* upgrade dependencies & efficiency improvements ([c49a5f2](https://github.com/periphery-security/action-trissue/commit/c49a5f23a6f0ae1ef00d5cbcf9e414a7e91fd98b))
* vulnerable packages upgraded ([1648877](https://github.com/periphery-security/action-trissue/commit/1648877bc37faabfc2ce3225a286c07487a4d4be))

## [1.2.0](https://github.com/qomodo-labs/action-trissue/compare/1.1.0...1.2.0) (2025-04-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "action-trissue",
"description": "GitHub Action to report Trivy scan results as GitHub issues",
"version": "2.0.0",
"version": "3.0.0",
"author": "stemarks",
"type": "module",
"private": true,
Expand Down
Loading