From 13a7c5aa6a2a7f7be008cf5d26b31ee4c247cb1b Mon Sep 17 00:00:00 2001 From: Rahul <37151383+rahulr8@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:00:21 -0700 Subject: [PATCH] ENG-0000 fix(portal): Add i to the regex (#646) ## Affected Packages Apps - [x] portal Packages - [ ] 1ui - [ ] api - [ ] protocol - [ ] sdk Tools - [ ] tools ## Overview Overview of the changes in the PR. ## Screen Captures If applicable, add screenshots or screen captures of your changes. ## Declaration - [x] I hereby declare that I have abided by the rules and regulations as outlined in the [CONTRIBUTING.md](https://github.com/0xIntuition/intuition-ts/blob/main/CONTRIBUTING.md) --- .github/release-drafter.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a389e6f41..810160c89 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -31,20 +31,19 @@ tag-template: 'v$RESOLVED_VERSION' autolabeler: - label: 'breaking' title: - - '\bbreaking\b' + - '/\bbreaking\b/i' - label: 'feat' title: - - '\bfeat\b' + - '/\bfeat\b/i' - label: 'fix' title: - - '\bfix\b' + - '/\bfix\b/i' - label: 'chore' title: - - '\bchore\b' - - '\bmaintenance\b' + - '/\bchore\b/i' - label: 'docs' title: - - '\bdocs\b' + - '/\bdocs\b/i' version-resolver: major: