Skip to content

Commit c674ace

Browse files
authored
Merge pull request #245 from aws-actions/release-please--branches--main--components--stale-issue-cleanup
chore(main): release 7.0.0
2 parents 0872194 + dacf26a commit c674ace

File tree

4 files changed

+62
-4
lines changed

4 files changed

+62
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
".release-please-manifest.json": "6.0.0",
33
"package.json": "6.0.0",
4-
".": "6.0.0"
4+
".": "7.0.0"
55
}

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Changelog
2+
3+
## 7.0.0 (2025-01-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update github dependency to latest
9+
10+
### Features
11+
12+
* add local testing options ([0a27ed0](https://github.com/aws-actions/stale-issue-cleanup/commit/0a27ed0d0700e70c5b49951148bd60017ca96f92))
13+
* added a line to entrypoint.ts ([33662e4](https://github.com/aws-actions/stale-issue-cleanup/commit/33662e4bd9a89926fc0bd0f72807ecd61e12ab84))
14+
* added release-please config ([c97e8f1](https://github.com/aws-actions/stale-issue-cleanup/commit/c97e8f13d4edfe6b8e4143180535766e931c1bb1))
15+
* allow minimum upvotes to be undefined ([6162bc1](https://github.com/aws-actions/stale-issue-cleanup/commit/6162bc144766b88d8c32b034b0cf0fc2a18af2ac))
16+
* changed operating branch ([1e50602](https://github.com/aws-actions/stale-issue-cleanup/commit/1e50602bd2fca71fc89925a34403ea71518b29ba))
17+
* changed operating branch ([b035939](https://github.com/aws-actions/stale-issue-cleanup/commit/b035939b9bc49c8d40bcdc14734f1bdcc922c813))
18+
* implement closed-for-staleness label ([5a70eda](https://github.com/aws-actions/stale-issue-cleanup/commit/5a70eda2e74996017f22537a25070615c05cce61))
19+
* support debug logging ([81f4d8c](https://github.com/aws-actions/stale-issue-cleanup/commit/81f4d8ccb959a5fe43ebe8c4f025551ac888feb8))
20+
* support dry run ([6ba614f](https://github.com/aws-actions/stale-issue-cleanup/commit/6ba614f0cb8e6da613d918ec0e8270b321ff3f2c))
21+
* updated the version number in package.json to match the current version ([f93c871](https://github.com/aws-actions/stale-issue-cleanup/commit/f93c8717d692a74ca8b0f1f1bbc5a807e6b1687a))
22+
23+
24+
### Bug Fixes
25+
26+
* ancient issue closing didn't work with PRs ([c6a5e2a](https://github.com/aws-actions/stale-issue-cleanup/commit/c6a5e2ab5d99b5c1a0ba674225a0564cb7ac3ef5))
27+
* ancient issue detection broken ([ce05386](https://github.com/aws-actions/stale-issue-cleanup/commit/ce05386662538e86b67e28ac445bd9caeccca678))
28+
* ancient tests ([5a2741d](https://github.com/aws-actions/stale-issue-cleanup/commit/5a2741d90b454a8a487eb24991f0fa9c7f5d28f0))
29+
* broken test ([f2c45e8](https://github.com/aws-actions/stale-issue-cleanup/commit/f2c45e8fcc0b5793fd54e201121b62562d90009d))
30+
* change label skip logic ([6bdf9c7](https://github.com/aws-actions/stale-issue-cleanup/commit/6bdf9c709f032505b35531dddfc692a954b0f192))
31+
* check for responseRequested label before removing ([062765f](https://github.com/aws-actions/stale-issue-cleanup/commit/062765fc14fb92a3b7b710e53240ab077ab58ab8))
32+
* docker action conversion, no more env key ([941c747](https://github.com/aws-actions/stale-issue-cleanup/commit/941c7479e67fcc0fba9680ef6186518b917aece7))
33+
* dryrun for all runs ([bc6e83c](https://github.com/aws-actions/stale-issue-cleanup/commit/bc6e83c980720d473056233a6b1eeda6f518bf19))
34+
* exclude third-party from automation ([f92752a](https://github.com/aws-actions/stale-issue-cleanup/commit/f92752ad52d5fe0a2a4decfb3197f851f9522b80))
35+
* failing tests on GitHub ([046ae3a](https://github.com/aws-actions/stale-issue-cleanup/commit/046ae3a4a95c4b607280cac4f583075c7fe3acaa))
36+
* fix broken test ([37dfa8e](https://github.com/aws-actions/stale-issue-cleanup/commit/37dfa8edd22f5fa12fc7f750c992ef2ebd88ba08))
37+
* logging ([c9d557d](https://github.com/aws-actions/stale-issue-cleanup/commit/c9d557d95e8e7d27d64f5276f397693797e2d325))
38+
* logging issue ([9e76f04](https://github.com/aws-actions/stale-issue-cleanup/commit/9e76f0479571f9692e4971c18ad04d2ce3b195b6))
39+
* logging statement ([be318db](https://github.com/aws-actions/stale-issue-cleanup/commit/be318db03c42821626c64b7b62c51584aa9ae70c))
40+
* minimum upvotes ([6029d92](https://github.com/aws-actions/stale-issue-cleanup/commit/6029d9231bc1d15c74ea8a7f6b3952173b4e50fb))
41+
* properly next issues array ([0b41cf2](https://github.com/aws-actions/stale-issue-cleanup/commit/0b41cf2adfd592bae3c9a670592175eb862bc365))
42+
* renamed labels break the bot ([fdc9630](https://github.com/aws-actions/stale-issue-cleanup/commit/fdc963030bd42adb290a6731bc42f7dc6a48c090)), closes [#20](https://github.com/aws-actions/stale-issue-cleanup/issues/20)
43+
* set new tag in docs ([af0b243](https://github.com/aws-actions/stale-issue-cleanup/commit/af0b24339bd82fc3b0efd34ed0df58e65b4824ca))
44+
* skip issues correctly ([1c718ea](https://github.com/aws-actions/stale-issue-cleanup/commit/1c718eabad4294f5c01fa5550f26b23e5a71bbe6))
45+
* test dryrun fix ([a908afa](https://github.com/aws-actions/stale-issue-cleanup/commit/a908afa1ca428bd58a2e4ca5f47015de0dce052d))
46+
* typo ([45668e5](https://github.com/aws-actions/stale-issue-cleanup/commit/45668e5a3366b76eca86f1e4fa1d0d9f8af1851f))
47+
* update Dockerfile for yarn ([68e2227](https://github.com/aws-actions/stale-issue-cleanup/commit/68e2227ea9b781489faf01eb47dd595269c8e61c))
48+
* update readme with clearer options ([91f6b86](https://github.com/aws-actions/stale-issue-cleanup/commit/91f6b864762ed412cd1e74f4860bcd8b654a03de)), closes [#13](https://github.com/aws-actions/stale-issue-cleanup/issues/13)
49+
* update tests ([0cb2533](https://github.com/aws-actions/stale-issue-cleanup/commit/0cb2533bdb3c6d8422c471ae8c2c807860f7ded8))
50+
* update time miscalculation ([33e723b](https://github.com/aws-actions/stale-issue-cleanup/commit/33e723bbe2699b47ce802b50bf95af4350a9148b))
51+
* update workflow sample ([bbe5a15](https://github.com/aws-actions/stale-issue-cleanup/commit/bbe5a15935e4d033ef2d06261639a7bbf68834d1))
52+
53+
54+
### Miscellaneous Chores
55+
56+
* release 7.0.0 ([242567a](https://github.com/aws-actions/stale-issue-cleanup/commit/242567a08e0319586680ea08e2734cd0eab1f1cd))
57+
* release 7.0.0 ([325e501](https://github.com/aws-actions/stale-issue-cleanup/commit/325e501199d44f6d175c85b050441835888a7a06))
58+
* update github dependency to latest ([8a25429](https://github.com/aws-actions/stale-issue-cleanup/commit/8a254290bf550a25a21f792fd4c5025ce286d3eb))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stale-issue-cleanup",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "GitHub Action that cleans up old and response-reqested issues",
55
"private": true,
66
"main": "dist/entrypoint.js",

0 commit comments

Comments
 (0)