From cc1c8cc2ecacd5f70e16af023bbb6408e2f67aa4 Mon Sep 17 00:00:00 2001 From: SHT Bot <61149376+sht-bot@users.noreply.github.com> Date: Mon, 21 Sep 2026 21:52:42 -0400 Subject: [PATCH] chore(main): release stale 0.0.2 Signed-off-by: SHT Bot <61149376+sht-bot@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- actions/stale/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 actions/stale/CHANGELOG.md 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))