From bed664a3d8689b50f98bc41858d618eba86831de Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Sun, 13 Sep 2026 03:13:22 +0800 Subject: [PATCH] chore: bump Carson to v1.4.2 and re-check PR titles on push --- .github/carson.yml | 2 +- .github/workflows/run-carson.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/carson.yml b/.github/carson.yml index 1c62b62dc0c2..8b7b3df521c2 100644 --- a/.github/carson.yml +++ b/.github/carson.yml @@ -5,7 +5,7 @@ subscribers: - pr-title-linter settings: pr-title-linter: - name: 'Carson / pr-title' + name: 'Carson / pr-title-linter' rules: - pattern: '^(\[\d+\.\d+\]\s{1})?(feat|fix|chore|docs|perf|refactor|style|test|config|revert)(\([\-.@:`a-zA-Z0-9]+\))?!?:\s{1}\S.+\S|Prep for \d\.\d\.\d release|\d\.\d\.\d (Ready|Merge) code$' description: 'PR title must include the type (feat, fix, chore, docs, perf, refactor, style, test, config, revert) of the commit per Conventional Commits specification. See https://www.conventionalcommits.org/en/v1.0.0/ for the discussion.' diff --git a/.github/workflows/run-carson.yml b/.github/workflows/run-carson.yml index cc673215deb6..44a30afa7c99 100644 --- a/.github/workflows/run-carson.yml +++ b/.github/workflows/run-carson.yml @@ -5,6 +5,8 @@ on: types: - opened - edited + - synchronize + - reopened permissions: {} @@ -13,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Run Carson - uses: NexusPHP/carson@62602be15470a18edd31f217b785863e997572d5 # v1.4.0 + uses: NexusPHP/carson@3973bbb86351a78861b75bbf504f53a83aede4dc # v1.4.2 with: app_id: ${{ secrets.CARSON_APP_ID }} private_key: ${{ secrets.CARSON_PRIVATE_KEY }}