Releases: aws-actions/stale-issue-cleanup
Releases · aws-actions/stale-issue-cleanup
v7.0.1
v7.0.0
7.0.0 (2025-01-27)
⚠ BREAKING CHANGES
- update github dependency to latest
Features
- add local testing options (0a27ed0)
- added a line to entrypoint.ts (33662e4)
- added release-please config (c97e8f1)
- allow minimum upvotes to be undefined (6162bc1)
- changed operating branch (1e50602)
- changed operating branch (b035939)
- implement closed-for-staleness label (5a70eda)
- support debug logging (81f4d8c)
- support dry run (6ba614f)
- updated the version number in package.json to match the current version (f93c871)
Bug Fixes
- ancient issue closing didn't work with PRs (c6a5e2a)
- ancient issue detection broken (ce05386)
- ancient tests (5a2741d)
- broken test (f2c45e8)
- change label skip logic (6bdf9c7)
- check for responseRequested label before removing (062765f)
- docker action conversion, no more env key (941c747)
- dryrun for all runs (bc6e83c)
- exclude third-party from automation (f92752a)
- failing tests on GitHub (046ae3a)
- fix broken test (37dfa8e)
- logging (c9d557d)
- logging issue (9e76f04)
- logging statement (be318db)
- minimum upvotes (6029d92)
- properly next issues array (0b41cf2)
- renamed labels break the bot (fdc9630), closes #20
- set new tag in docs (af0b243)
- skip issues correctly (1c718ea)
- test dryrun fix (a908afa)
- typo (45668e5)
- update Dockerfile for yarn (68e2227)
- update readme with clearer options (91f6b86), closes #13
- update tests (0cb2533)
- update time miscalculation (33e723b)
- update workflow sample (bbe5a15)
Miscellaneous Chores
v6 release
What's Changed
- build(deps-dev): bump prettier from 2.2.1 to 2.6.2 by @dependabot in #141
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #140
- build(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #143
- build(deps-dev): bump dotenv from 8.2.0 to 16.0.1 by @dependabot in #146
- Added environment variable/argument use-created-date-for-ancient which if set to true uses issue created date instead of modified date for determining an ancient issue. by @ashishdhingra in #151
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #157
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #160
- build(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.26.0 by @dependabot in #145
- build(deps): bump loglevel from 1.7.1 to 1.8.1 by @dependabot in #162
- build(deps): bump actions/checkout from 2 to 2.3.4 by @dependabot in #86
- build(deps): bump actions/checkout from 2.3.4 to 3.3.0 by @dependabot in #164
- build(deps-dev): bump eslint-plugin-promise from 4.2.1 to 6.1.1 by @dependabot in #156
- build(deps-dev): bump nock from 13.1.3 to 13.3.0 by @dependabot in #161
- build(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 4.2.1 by @dependabot in #163
- build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #165
- build(deps-dev): bump eslint from 7.32.0 to 8.32.0 by @dependabot in #166
- build(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.6.0 by @dependabot in #167
- build(deps-dev): bump dotenv from 16.0.1 to 16.0.3 by @dependabot in #168
- build(deps-dev): bump prettier from 2.6.2 to 2.8.3 by @dependabot in #170
- build(deps-dev): bump jest from 27.3.0 to 29.4.0 by @dependabot in #169
- Updated Dockerfile to use node:18-alpine3.16 image. by @ashishdhingra in #173
Full Changelog: v5...v6
v5 release
What's Changed
- Skip marking issue as stale if the stale message is empty. by @ashishdhingra in #142
- Update dependabot config, checks, and lints by @kellertk in #52
- build(deps): bump dateformat from 3.0.3 to 4.4.1 by @dependabot in #53
- Update deps by @kellertk in #59
- build(deps): bump lodash from 4.17.20 to 4.17.21 by @dependabot in #84
- build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #85
- build(deps-dev): bump eslint-plugin-prettier from 3.3.0 to 3.4.0 by @dependabot in #80
- build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0 by @dependabot in #81
- build(deps): bump ws from 7.4.1 to 7.4.6 by @dependabot in #89
- build(deps): bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #93
- build(deps-dev): bump eslint from 7.16.0 to 7.32.0 by @dependabot in #102
- build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #104
- Finish implementation of ancient PR message by @Plabick in #95
- build(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #112
- build(deps): bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #116
- build(deps-dev): bump jest from 26.6.3 to 27.3.0 by @dependabot in #119
- build(deps-dev): bump nock from 13.0.5 to 13.1.3 by @dependabot in #106
New Contributors
- @Plabick made their first contribution in #95
- @ashishdhingra made their first contribution in #142
Full Changelog: v4...v5