Skip to content

Releases: crs-k/stale-branches

v2.0.4

10 Apr 00:10
180d838
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

Full Changelog: v2.0.3...v2.0.4

v2.0.3

02 Apr 00:45
2b54509
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

Full Changelog: v2.0.2...v2.0.3

v2.0.2

25 Mar 22:59
837de00
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Mar 00:21
3110e0e
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Mar 17:43
d9c53f9
Compare
Choose a tag to compare

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 the stale branch 🗑️ label must now be unique to this workflow in order to avoid erroneously closing unrelated issues.

🧰 Maintenance

Full Changelog: v1.7.0...v2.0.0

v1.7.0

11 Mar 02:35
2d5ad0a
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Added compare branches input by @crs-k in #398
    • Allows for branches that are ahead of or diverged from the repo's default branch to avoid being deleted.
    • More info here.
    • Thanks @pohnemus

🧰 Maintenance

Full Changelog: v1.6.1...v1.7.0

v1.6.1

06 Mar 01:00
422cdcd
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

Full Changelog: v1.6.0...v1.6.1

v1.6.0

01 Mar 04:09
a57d92f
Compare
Choose a tag to compare

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

v1.5.0

28 Feb 03:05
14c0a52
Compare
Choose a tag to compare

What's Changed

🎉 New Features

Full Changelog: v1.4.0...v1.5.0

v1.4.0

26 Feb 18:52
ca0260a
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Added stale branch label input by @crs-k in #350

🧰 Maintenance

  • Housekeeping - inputs and types by @crs-k in #348

🃏 Miscellaneous

Full Changelog: v1.3.2...v1.4.0