diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a50c229..ee2235e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { "actions/semconv/pull-request": "0.0.1", "actions/release-please": "0.0.2", - "actions/stale": "0.0.1" + "actions/stale": "0.0.2" } diff --git a/actions/stale/CHANGELOG.md b/actions/stale/CHANGELOG.md new file mode 100644 index 0000000..76a9e13 --- /dev/null +++ b/actions/stale/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/TrogonStack/github-actions/compare/stale@v0.0.1...stale@v0.0.2) (2026-09-22) + + +### Features + +* **stale:** Add stale action ([#8](https://github.com/TrogonStack/github-actions/issues/8)) ([e4c4326](https://github.com/TrogonStack/github-actions/commit/e4c43269d62ada0881b5d75744485839e01f6af2))