From b7465a0865bfb7342fe14e9d4ef164cee4bfdf1b Mon Sep 17 00:00:00 2001 From: exploreriii <133720349+exploreriii@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:41:56 +0000 Subject: [PATCH 1/2] chore: dummy PR Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com> --- .github/workflows/pr-check-title.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-check-title.yml b/.github/workflows/pr-check-title.yml index 2307ca1af6..8d4fbe46d6 100644 --- a/.github/workflows/pr-check-title.yml +++ b/.github/workflows/pr-check-title.yml @@ -1,13 +1,13 @@ # Workflow to check PR titles follow conventional commit format # and provide automated guidance when titles are invalid -name: 'PR Formatting' +name: "PR Formatting" on: workflow_dispatch: inputs: dry_run: - description: 'Run without posting comments' + description: "Run without posting comments" type: boolean default: true pull_request_target: From f30513e4960f7a92a5cc1919d54a569991dfc4d4 Mon Sep 17 00:00:00 2001 From: exploreriii <133720349+exploreriii@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:45:54 +0000 Subject: [PATCH 2/2] chore: remove fork permission Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com> --- .github/workflows/pr-check-title.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-check-title.yml b/.github/workflows/pr-check-title.yml index 8d4fbe46d6..ae11d8e48d 100644 --- a/.github/workflows/pr-check-title.yml +++ b/.github/workflows/pr-check-title.yml @@ -34,7 +34,6 @@ jobs: title-check: name: Title Check runs-on: ubuntu-latest - if: ${{ !github.event.pull_request.base.repo.fork }} permissions: checks: write statuses: write