Releases: Levi-Lesches/blocking-issues
Releases · Levi-Lesches/blocking-issues
Expand regex and handle invalid issue numbers
What's Changed
- Handle invalid issue numbers in description by @Levi-Lesches in #30
v2
What's Changed
use-label
, ESLInt, and improved logging by @Levi-Lesches in #18- Change label config settings to
use-label
. by @Levi-Lesches in #22 - Improved null check for missing label by @Levi-Lesches in #23
- Upgrade to Node20 and ignore issues when trying to unblock by @Levi-Lesches in #28
- Handle invalid issue numbers in description by @Levi-Lesches in #30
Full Changelog: v1...v2
v2.0.2
What's Changed
- Upgrade to Node20 and ignore issues when trying to unblock by @Levi-Lesches in #28
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Improved null check for missing label by @Levi-Lesches in #23
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.2.2
What's Changed
- Fixed bug with unblocking issues in #17
- Fixed that ✔️ was not showing up
v1.2.1
What's Changed
- Adds new event triggers to sample README
- Correctly parse empty bodies
- Fix: Outputs clean error message for invalid issue numbers
Version 1
What's Changed
- Adds new event triggers to sample README by @Levi-Lesches in #11
- Correctly parse empty bodies by @Levi-Lesches in #13
- Outputs clean error message for invalid issue numbers. by @Levi-Lesches in #15
- Fixed bug with refreshing Issues by @Levi-Lesches in #17
Allows configuration of the `blocked` label.
See the README for usage.
Allows multiple lines of "blocked by" text
v1.1 Changed regex to be global