From 0d91fe8530611f68a95261e2a8f5f80b12caee35 Mon Sep 17 00:00:00 2001 From: fregante Date: Tue, 22 Oct 2024 13:40:17 +0700 Subject: [PATCH] Improve issue/PR title formatting --- .github/workflows/title-formatter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/title-formatter.yml b/.github/workflows/title-formatter.yml index f5a1e332c0..f493efc149 100644 --- a/.github/workflows/title-formatter.yml +++ b/.github/workflows/title-formatter.yml @@ -15,9 +15,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Auto-format rule names in titles - uses: fregante/title-replacer-action@v1 + uses: fregante/title-replacer-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} pattern-path: docs/rules replacement: '`$0`' - trim-punctuation: true + trim-wrappers: true