Releases: crs-k/stale-branches
Releases · crs-k/stale-branches
v2.0.4
What's Changed
🧰 Maintenance
- Bump crs-k/stale-branches from 2.0.2 to 2.0.3 by @dependabot in #447
- Bump @typescript-eslint/parser from 5.17.0 to 5.18.0 by @dependabot in #449
- Bump prettier from 2.6.1 to 2.6.2 by @dependabot in #448
- Bump eslint from 8.12.0 to 8.13.0 by @dependabot in #451
- Bump eslint-plugin-jest from 26.1.3 to 26.1.4 by @dependabot in #452
- Bump actions/stale from 4 to 5 by @dependabot in #450
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
🧰 Maintenance
- Bump crs-k/release-draft from 0.6.4 to 0.6.5 by @dependabot in #442
- Bump crs-k/stale-branches from 2.0.1 to 2.0.2 by @dependabot in #443
- Bump eslint from 8.11.0 to 8.12.0 by @dependabot in #444
- Bump @typescript-eslint/parser from 5.16.0 to 5.17.0 by @dependabot in #445
- Bump @actions/github from 5.0.0 to 5.0.1 by @dependabot in #446
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
🧰 Maintenance
- Bump crs-k/stale-branches from 2.0.0 to 2.0.1 by @dependabot in #427
- Bump crs-k/release-draft from 0.6.3 to 0.6.4 by @dependabot in #428
- Bump @types/node from 17.0.21 to 17.0.22 by @dependabot in #429
- Bump eslint-plugin-jest from 26.1.1 to 26.1.2 by @dependabot in #430
- Bump @typescript-eslint/parser from 5.15.0 to 5.16.0 by @dependabot in #432
- Bump npm-package-json-lint from 6.0.3 to 6.3.0 by @dependabot in #431
- housekeeping unit tests by @crs-k in #433
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
🧰 Maintenance
- Comment improvement by @crs-k in #420
- Bump crs-k/release-draft from 0.6.2 to 0.6.3 by @dependabot in #422
- Bump @typescript-eslint/parser from 5.14.0 to 5.15.0 by @dependabot in #423
- Bump npm-package-json-lint from 6.0.1 to 6.0.3 by @dependabot in #424
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
☄️ Breaking Changes
- Fix cleanup orphaned issues by @crs-k in #406
- This workflow will now close issues with the
stale branch 🗑️
label when the associated branch was deleted outside of this workflow. Previously, if a user closed a branch but left the issue open, the issue would be orphaned. I am considering this a breaking change because thestale branch 🗑️
label must now be unique to this workflow in order to avoid erroneously closing unrelated issues.
- This workflow will now close issues with the
🧰 Maintenance
- Bump eslint from 8.10.0 to 8.11.0 by @dependabot in #405
Full Changelog: v1.7.0...v2.0.0
v1.7.0
What's Changed
🎉 New Features
🧰 Maintenance
- Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 by @dependabot in #396
- Bump npm-package-json-lint from 5.4.2 to 6.0.0 by @dependabot in #397
- Bump npm-package-json-lint from 6.0.0 to 6.0.1 by @dependabot in #402
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
🧰 Maintenance
- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in #382
- Bump typescript from 4.5.5 to 4.6.2 by @dependabot in #384
- Bump actions/checkout from 2 to 3 by @dependabot in #383
- Housekeeping - cleanup & added package linter by @crs-k in #385
- Housekeeping - DRY by @crs-k in #388
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
🎉 New Features
- Added rate limit check by @crs-k in #380
- To avoid partially processing a branch or colliding with another action, this action will now break if the token's rate limit usage exceeds 95%. For reference, each branch consumes <1% of a normal account's rate limit of 1,000 requests per repo per hour.
🧰 Maintenance
- Bump @typescript-eslint/parser from 5.12.1 to 5.13.0 by @dependabot in #379
Full Changelog: v1.5.0...v1.6.0