From 39c464a42c404d0e5481167e7d5c93b0cfa3d65d Mon Sep 17 00:00:00 2001 From: Katy Bowman Date: Wed, 27 May 2026 08:41:15 -0400 Subject: [PATCH] chore: update pr-title-check to use env var --- .github/workflows/pr-title-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index f0809588..fd267709 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -9,8 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR title follows Conventional Commits + env: + PR_TITLE: ${{ github.event.pull_request.title }} run: | - PR_TITLE="${{ github.event.pull_request.title }}" echo "Checking PR title: $PR_TITLE" # Define allowed types