From 3c2e29ec0cb64bf7c7a42f48c1f2fbac6e628a02 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:57:58 -0500 Subject: [PATCH] chore(ci): remove custom commit message for Crowdin updates (#2731) --- .github/workflows/pull-request.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4fa6b59d8..7a41833a9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,7 +4,13 @@ on: pull_request: branches: - main - workflow_dispatch: # Allow manual triggering + workflow_dispatch: + inputs: + branch: + description: 'Branch to run checks against' + required: true + default: 'main' + type: string concurrency: