From 3039111d40de9ce63d7740f5c50a76c49c783b45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:56:54 +0000 Subject: [PATCH 1/3] chore(deps): update slashgear/action-check-pr-title action to v5 --- .github/actions/pr-title-check/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pr-title-check/action.yaml b/.github/actions/pr-title-check/action.yaml index 5b243e7..3b7efc1 100644 --- a/.github/actions/pr-title-check/action.yaml +++ b/.github/actions/pr-title-check/action.yaml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Check PR title - uses: Slashgear/action-check-pr-title@v4 + uses: Slashgear/action-check-pr-title@v5.0.1 with: regexp: '^(\[(develop|development|staging)\]\s)?(build|chore|ci|docs|feat|feature|fix|perf|refactor|revert|style|test|release|ignore)(\([\w\- ]+\))?!?: (.+)' helpMessage: "Example: 'feat(app-ui): Add new dashboard component (WEB-123)'" From 33158e1d779d8a64d6749a1fb9c884444bb1820b Mon Sep 17 00:00:00 2001 From: Jari Wiklund Date: Tue, 28 Apr 2026 10:30:54 +0200 Subject: [PATCH 2/3] Apply suggestion from @jariwiklund --- .github/actions/pr-title-check/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pr-title-check/action.yaml b/.github/actions/pr-title-check/action.yaml index 3b7efc1..ab7cab5 100644 --- a/.github/actions/pr-title-check/action.yaml +++ b/.github/actions/pr-title-check/action.yaml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Check PR title - uses: Slashgear/action-check-pr-title@v5.0.1 + uses: Slashgear/action-check-pr-title@v6.0.0 with: regexp: '^(\[(develop|development|staging)\]\s)?(build|chore|ci|docs|feat|feature|fix|perf|refactor|revert|style|test|release|ignore)(\([\w\- ]+\))?!?: (.+)' helpMessage: "Example: 'feat(app-ui): Add new dashboard component (WEB-123)'" From 17fd890f628e470276f0f7ffbfd19ffb4f7c3317 Mon Sep 17 00:00:00 2001 From: Jari Wiklund Date: Tue, 28 Apr 2026 11:10:21 +0200 Subject: [PATCH 3/3] Apply suggestion from @jariwiklund --- .github/actions/pr-title-check/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pr-title-check/action.yaml b/.github/actions/pr-title-check/action.yaml index ab7cab5..1d36b53 100644 --- a/.github/actions/pr-title-check/action.yaml +++ b/.github/actions/pr-title-check/action.yaml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Check PR title - uses: Slashgear/action-check-pr-title@v6.0.0 + uses: Slashgear/action-check-pr-title@76166c63ec0b25cdbe693e5e972e83ca186313fb # action-check-pr-title-v6.0.0 with: regexp: '^(\[(develop|development|staging)\]\s)?(build|chore|ci|docs|feat|feature|fix|perf|refactor|revert|style|test|release|ignore)(\([\w\- ]+\))?!?: (.+)' helpMessage: "Example: 'feat(app-ui): Add new dashboard component (WEB-123)'"