From 5c08ee551c9eb1f2a7ba7d67d5dd8083864b68eb Mon Sep 17 00:00:00 2001 From: exploreriii <133720349+exploreriii@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:13:25 +0000 Subject: [PATCH 1/2] chore: dummy Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com> --- .github/workflows/pr-check-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check-title.yml b/.github/workflows/pr-check-title.yml index 28fcc2209d..6400573de3 100644 --- a/.github/workflows/pr-check-title.yml +++ b/.github/workflows/pr-check-title.yml @@ -46,7 +46,7 @@ jobs: egress-policy: audit - name: Check PR Title - id: check-title + id: check-title uses: amannn/action-semantic-pull-request@v48f256284bd46cdaab1048c3721360e808335d50 # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 55cc3a2bc069417ac07379d6f4a9f6e4f15a1110 Mon Sep 17 00:00:00 2001 From: exploreriii <133720349+exploreriii@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:17:37 +0000 Subject: [PATCH 2/2] fix: syntax Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com> --- .github/workflows/pr-check-title.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-check-title.yml b/.github/workflows/pr-check-title.yml index 6400573de3..eb5dbf24ba 100644 --- a/.github/workflows/pr-check-title.yml +++ b/.github/workflows/pr-check-title.yml @@ -17,7 +17,7 @@ on: - edited - synchronize - defaults: +defaults: run: shell: bash @@ -46,8 +46,8 @@ jobs: egress-policy: audit - name: Check PR Title - id: check-title - uses: amannn/action-semantic-pull-request@v48f256284bd46cdaab1048c3721360e808335d50 # v3.0.0 + id: check-title + uses: amannn/action-semantic-pull-request@v48f256284bd46cdaab1048c3721360e808335d50 # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}